车辆对接
This commit is contained in:
@ -76,7 +76,7 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
containAllLable:true,
|
||||
params: { dictKey: 'CarColor' },
|
||||
params: { dictKey: 'car:color' },
|
||||
},
|
||||
},
|
||||
carStatus: {
|
||||
@ -98,7 +98,7 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'CarModel' },
|
||||
params: { dictKey: 'car:model' },
|
||||
containAllLable:true,
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value,
|
||||
@ -110,7 +110,7 @@ export class VehicleComponentsListComponent implements OnInit {
|
||||
type: 'string',
|
||||
ui: {
|
||||
widget: 'dict-select',
|
||||
params: { dictKey: 'CarLength' },
|
||||
params: { dictKey: 'car:length' },
|
||||
containAllLable:true,
|
||||
visibleIf: {
|
||||
expand: (value: boolean) => value,
|
||||
|
||||
Reference in New Issue
Block a user