车辆接口更新
This commit is contained in:
@ -125,25 +125,25 @@ export class VehicleComponentsAuditComponent implements OnInit {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
approvalStatus: {
|
// approvalStatus: {
|
||||||
type: 'string',
|
// type: 'string',
|
||||||
title: '审核状态',
|
// title: '审核状态',
|
||||||
enum: [
|
// enum: [
|
||||||
{ label: '未提交', value: '-1' },
|
// { label: '未提交', value: '-1' },
|
||||||
{ label: '草稿', value: 0},
|
// { label: '草稿', value: 0},
|
||||||
{ label: '待审核', value: 10 },
|
// { label: '待审核', value: 10 },
|
||||||
{ label: '审核通过', value: 20 },
|
// { label: '审核通过', value: 20 },
|
||||||
{ label: '驳回', value: 30 },
|
// { label: '驳回', value: 30 },
|
||||||
{ label: '证件过期', value: 40 },
|
// { label: '证件过期', value: 40 },
|
||||||
],
|
// ],
|
||||||
default: '',
|
// default: '',
|
||||||
ui: {
|
// ui: {
|
||||||
widget: 'select',
|
// widget: 'select',
|
||||||
visibleIf: {
|
// visibleIf: {
|
||||||
expand: (value: boolean) => value,
|
// expand: (value: boolean) => value,
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
this.ui = { '*': { spanLabelFixed: 90, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };
|
this.ui = { '*': { spanLabelFixed: 90, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };
|
||||||
|
|||||||
Reference in New Issue
Block a user