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