fix bug
This commit is contained in:
@ -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',
|
||||
|
||||
Reference in New Issue
Block a user