| | |
| | | label: '驾驶员类型', |
| | | display: true, |
| | | type: 'radio', dataType: 'string', dicUrl: '/system/dict/data/type/carrier_type', |
| | | |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "驾驶员类型不能为空", trigger: "blur" |
| | | } |
| | | ], |
| | | }, |
| | | vehicleProviderId: { |
| | | label: '车辆服务商', |
| | |
| | | }); |
| | | } |
| | | }, |
| | | type: 'table', suffixIcon: 'search', |
| | | type: 'table', suffixIcon: 'search',dataType: 'string', |
| | | children: { |
| | | border: true, |
| | | searchLabelWidth: 100, |
| | |
| | | }, |
| | | licenseType: { |
| | | label: '准驾车型', |
| | | type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/license_type', |
| | | type: 'select', dataType: 'string', dicUrl: '/system/dict/data/type/before_license_type', |
| | | addDisplay: true,multiple:true, |
| | | editDisplay: true,minWidth:150, |
| | | viewDisplay: true, |