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: {
type: 'string',
title: '审核通过时间',
ui: {
widget: 'sl-from-to-search',
format: 'yyyy-MM-dd',
placeholder: '请选择',
nzShowTime: true,
visibleIf: {
expand: (value: boolean) => value
}
} as SFDateWidgetSchema
}
// approvalPassTime: {
// type: 'string',
// title: '审核通过时间',
// ui: {
// widget: 'sl-from-to-search',
// format: 'yyyy-MM-dd',
// placeholder: '请选择',
// nzShowTime: true,
// visibleIf: {
// expand: (value: boolean) => value
// }
// } as SFDateWidgetSchema
// }
}
};
this.ui = { '*': { spanLabelFixed: 120, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };