From b47fe7a472d4d77ad57e13b3cecc42b9f85e292c Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 17 Dec 2021 17:38:47 +0800 Subject: [PATCH 1/3] edit --- .../enterprise-audit/enterprise-audit.component.ts | 9 +++++---- .../components/freight/list/detail/detail.component.html | 4 ++-- .../components/freight/list/detail/detail.component.ts | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts index 6d16c4cc..f173540a 100644 --- a/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts +++ b/src/app/routes/usercenter/components/freight/enterprise-audit/enterprise-audit.component.ts @@ -254,13 +254,14 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { placeholder: '请输入' } }, - lockedStatus: { + approvalStatus: { type: 'string', - title: '状态', + title: '审核状态', enum: [ { label: '全部', value: '' }, - { label: '正常', value: 0 }, - { label: '冻结', value: 1 } + { label: '待审核', value: 10 }, + { label: '已成功', value: 20 }, + { label: '审核失败', value: 30 } ], default: '', ui: { diff --git a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html index f3e9bafd..78812f48 100644 --- a/src/app/routes/usercenter/components/freight/list/detail/detail.component.html +++ b/src/app/routes/usercenter/components/freight/list/detail/detail.component.html @@ -53,11 +53,11 @@