edit
This commit is contained in:
@ -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() } };
|
||||
|
||||
Reference in New Issue
Block a user