From bb5006f723b00964f7a55326d4e08133e901e1a1 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Wed, 12 Jan 2022 10:20:32 +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 --- .../components/bulk/bulk.component.html | 11 ++++--- .../freight/user/user.component.html | 9 ++++-- .../components/freight/user/user.component.ts | 29 ++++++++++++++++--- 3 files changed, 37 insertions(+), 12 deletions(-) diff --git a/src/app/routes/supply-management/components/bulk/bulk.component.html b/src/app/routes/supply-management/components/bulk/bulk.component.html index 696ada23..541ca788 100644 --- a/src/app/routes/supply-management/components/bulk/bulk.component.html +++ b/src/app/routes/supply-management/components/bulk/bulk.component.html @@ -1,7 +1,7 @@ - + + + + + + =1) { + this.resourceStatus = e; + } + this.initST(); + setTimeout(() => { + this.st.load(); + }, 500); + } addPromoter(item?: any) { this.promotersTelephone = item?.promotersTelephone; const modal = this.modal.create({ @@ -155,13 +175,14 @@ export class FreightComponentsUserComponent implements OnInit { placeholder: '请输入' } }, - stateLocked: { + certificationStatus: { type: 'string', title: '状态', enum: [ { label: '全部', value: '' }, - { label: '正常', value: 0 }, - { label: '冻结', value: 1 } + { label: '待审核', value: 0 }, + { label: '正常', value: 1 }, + { label: '冻结', value: 2 } ], default: '', ui: {