From 11c5ab47b866cd105834ffbb0ebc2327b5629534 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 7 Jan 2022 11:13:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../freight/enterprise-audit/enterprise-audit.component.ts | 2 ++ 1 file changed, 2 insertions(+) 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 212659cf..dac692ab 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 @@ -165,6 +165,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { type: 'badge', badge: { 10: { text: '待审核', color: 'processing' }, + 15: { text: '已撤销', color: 'processing' }, 20: { text: '已成功', color: 'success' }, 30: { text: '审核失败', color: 'warning' } } @@ -265,6 +266,7 @@ export class FreightComponentsEnterpriseAuditComponent implements OnInit { enum: [ { label: '全部', value: '' }, { label: '待审核', value: 10 }, + { label: '已撤销', value: 15 }, { label: '已成功', value: 20 }, { label: '审核失败', value: 30 } ],