This commit is contained in:
wangshiming
2021-12-13 13:16:52 +08:00
parent c4b249fe94
commit abafcd8326
10 changed files with 139 additions and 75 deletions

View File

@ -72,26 +72,18 @@ export class VehicleComponentsAuditComponent implements OnInit {
carNoColor: {
type: 'string',
title: '车牌颜色',
enum: [
{ label: '全部', value: '' },
{ label: '正常', value: 0 },
{ label: '冻结', value: 1 },
{ label: '废弃', value: 2 },
],
ui: {
widget: 'select',
},
widget: 'dict-select',
params: { dictKey: 'CarColor' },
}
},
isSelf: {
type: 'string',
title: '是否挂靠',
enum: [
{ label: '否', value: 0 },
{ label: '是', value: 1 },
],
ui: {
widget: 'select',
},
widget: 'dict-select',
params: { dictKey: 'Whether' },
}
},
saveUser: {
type: 'string',