批量审核

This commit is contained in:
wangshiming
2022-01-18 19:18:25 +08:00
parent c4e4441354
commit d18d3bf3ec
4 changed files with 76 additions and 63 deletions

View File

@ -114,9 +114,6 @@ export class VehicleComponentsListComponent implements OnInit {
],
ui: {
widget: 'select',
visibleIf: {
expand: (value: boolean) => value,
},
},
},
carModel: {
@ -143,13 +140,6 @@ export class VehicleComponentsListComponent implements OnInit {
},
},
},
carLoad: {
title: '载重',
type: 'string',
visibleIf: {
expand: (value: boolean) => value,
},
},
isSelf: {
type: 'string',
title: '是否挂靠',