From 3a8861584774dec8df9e6c9727ca64ccd4705997 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 14 Jan 2022 17:04:32 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E6=8E=A5=E5=8F=A3=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/audit/audit.component.ts | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/routes/vehicle/components/audit/audit.component.ts b/src/app/routes/vehicle/components/audit/audit.component.ts index a742173a..62c9c4ab 100644 --- a/src/app/routes/vehicle/components/audit/audit.component.ts +++ b/src/app/routes/vehicle/components/audit/audit.component.ts @@ -125,25 +125,25 @@ export class VehicleComponentsAuditComponent implements OnInit { }, }, }, - approvalStatus: { - type: 'string', - title: '审核状态', - enum: [ - { label: '未提交', value: '-1' }, - { label: '草稿', value: 0}, - { label: '待审核', value: 10 }, - { label: '审核通过', value: 20 }, - { label: '驳回', value: 30 }, - { label: '证件过期', value: 40 }, - ], - default: '', - ui: { - widget: 'select', - visibleIf: { - expand: (value: boolean) => value, - }, - }, - }, + // approvalStatus: { + // type: 'string', + // title: '审核状态', + // enum: [ + // { label: '未提交', value: '-1' }, + // { label: '草稿', value: 0}, + // { label: '待审核', value: 10 }, + // { label: '审核通过', value: 20 }, + // { label: '驳回', value: 30 }, + // { label: '证件过期', value: 40 }, + // ], + // default: '', + // ui: { + // widget: 'select', + // visibleIf: { + // expand: (value: boolean) => value, + // }, + // }, + // }, }, }; this.ui = { '*': { spanLabelFixed: 90, grid: { span: 8, gutter: 4 }, enter: () => this.st.load() } };