This commit is contained in:
wangshiming
2021-12-14 10:11:10 +08:00
parent bcac90db18
commit 9bc40fced0
2 changed files with 65 additions and 68 deletions

View File

@ -123,7 +123,7 @@ export class VehicleComponentsListComponent implements OnInit {
title: '是否挂靠',
ui: {
widget: 'dict-select',
params: { dictKey: 'CarColor' },
params: { dictKey: 'Whether' },
visibleIf: {
expand: (value: boolean) => value,
},
@ -158,7 +158,7 @@ export class VehicleComponentsListComponent implements OnInit {
},
},
};
this.ui = { '*': { spanLabelFixed: 110, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };
this.ui = { '*': { spanLabelFixed: 130, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };
}
initST() {