This commit is contained in:
Taric Xin
2022-04-13 13:24:42 +08:00
parent 4ec6d2b7ac
commit a8978500d5

View File

@ -155,19 +155,19 @@ export class VehicleComponentsAuditComponent implements OnInit {
// }, // },
// }, // },
// }, // },
approvalPassTime: { // approvalPassTime: {
type: 'string', // type: 'string',
title: '审核通过时间', // title: '审核通过时间',
ui: { // ui: {
widget: 'sl-from-to-search', // widget: 'sl-from-to-search',
format: 'yyyy-MM-dd', // format: 'yyyy-MM-dd',
placeholder: '请选择', // placeholder: '请选择',
nzShowTime: true, // nzShowTime: true,
visibleIf: { // visibleIf: {
expand: (value: boolean) => value // expand: (value: boolean) => value
} // }
} as SFDateWidgetSchema // } as SFDateWidgetSchema
} // }
} }
}; };
this.ui = { '*': { spanLabelFixed: 120, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } }; this.ui = { '*': { spanLabelFixed: 120, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };