From 231c1cfbaf1f7f4dbf8c2aebe0af63da3293ae82 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Wed, 22 Feb 2023 09:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/dataType.js | 15 +++++ .../enterpriseRecharge/index.vue | 63 +++++++++++++++++-- 2 files changed, 72 insertions(+), 6 deletions(-) diff --git a/src/utils/dataType.js b/src/utils/dataType.js index 22a5192..ccaeece 100644 --- a/src/utils/dataType.js +++ b/src/utils/dataType.js @@ -65,3 +65,18 @@ export const repaymentExamineEnum = [ value: -2, }, ]; +// 账户状态 +export const accountStatusEnum = [ + { + label: "禁用", + value: 0, + }, + { + label: "启用", + value: 1, + }, + { + label: "冻结", + value: -1, + }, +]; diff --git a/src/views/financialCenter/enterpriseRecharge/index.vue b/src/views/financialCenter/enterpriseRecharge/index.vue index b18af49..45ac2e5 100644 --- a/src/views/financialCenter/enterpriseRecharge/index.vue +++ b/src/views/financialCenter/enterpriseRecharge/index.vue @@ -290,6 +290,51 @@ :src="oilCompanyMatch.offlineTransactionProof" /> + + + + +