From 003310b32b2a83effec19cf9003e8d7b84543ac8 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Fri, 13 May 2022 15:35:03 +0800 Subject: [PATCH] fix bug --- .../freight/enterprise-audit/enterprise-audit.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 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 ab219c3c..b2d6db04 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 @@ -548,8 +548,8 @@ export class FreightComponentsEnterpriseAuditComponent extends BasicTableCompone enum: [ { label: '全部', value: '' }, { label: '待审核', value: 10 }, - { label: '已撤销', value: 15 }, - { label: '已成功', value: 20 }, + // { label: '已撤销', value: 15 }, + // { label: '已成功', value: 20 }, { label: '审核失败', value: 30 } ], default: '',