From 673a5de0bdcee06209a0b08911e98cf003577a89 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GMUNQ1B\\k" <1154079537@qq.com> Date: Fri, 8 Mar 2024 15:50:20 +0800 Subject: [PATCH] 1 --- src/views/accounts/capitalFlow/index.vue | 5 +- src/views/accounts/statement/index.vue | 1 - src/views/merchant/application/index.vue | 17 +++-- src/views/system/appvison/index.vue | 81 +++++++++++++++--------- 4 files changed, 66 insertions(+), 38 deletions(-) diff --git a/src/views/accounts/capitalFlow/index.vue b/src/views/accounts/capitalFlow/index.vue index 39751e5..a1a9849 100644 --- a/src/views/accounts/capitalFlow/index.vue +++ b/src/views/accounts/capitalFlow/index.vue @@ -8,7 +8,7 @@ {{ item.text - }} + }} - + 列表导出 diff --git a/src/views/accounts/statement/index.vue b/src/views/accounts/statement/index.vue index b151eee..6093f45 100644 --- a/src/views/accounts/statement/index.vue +++ b/src/views/accounts/statement/index.vue @@ -261,7 +261,6 @@ export default { }, // 具体日期 onchangeTime(e) { - console.log(e) this.timeVal = e this.tableForm.date = this.timeVal ? this.timeVal.join('-') : '' this.getList('') diff --git a/src/views/merchant/application/index.vue b/src/views/merchant/application/index.vue index 9b64517..50cb16b 100644 --- a/src/views/merchant/application/index.vue +++ b/src/views/merchant/application/index.vue @@ -7,7 +7,7 @@ {{ - itemn.text }} + itemn.text }} {{ - itemn.text }} + itemn.text }} @@ -57,6 +57,7 @@ + 通过 未处理 @@ -66,6 +67,7 @@ + 审核 @@ -194,11 +196,11 @@ - + @@ -350,6 +352,13 @@ export default { onchangeIsShow(item) { this.statusAuditVisible = true; this.statusAuditForm = item; + if (item.financial_bank) { + let bi = JSON.parse(item.financial_bank); + item.bank_username = bi.bank; + item.bank_code = bi.bank_code; + item.bank_opening = bi.bank_branch; + this.$set(item, 'image', [bi.bank_front]) + } this.$set(this.statusAuditForm, 'state', 1); this.$set(this.statusAuditForm, 'create_mer', 1); }, diff --git a/src/views/system/appvison/index.vue b/src/views/system/appvison/index.vue index 0006bfe..6a0254f 100644 --- a/src/views/system/appvison/index.vue +++ b/src/views/system/appvison/index.vue @@ -10,7 +10,7 @@ - {{scope.row.title.length>10?scope.row.title.slice(0,9) :scope.row.title }} + {{ scope.row.title.length > 10 ? scope.row.title.slice(0, 9) : scope.row.title }} @@ -20,7 +20,7 @@ - {{scope.row.type==1?'Android':"IOS" }} + {{ scope.row.type == 1 ? 'Android' : "IOS" }} @@ -36,31 +36,22 @@ - + - + - - - + - - IOS @@ -76,6 +67,18 @@ + @@ -97,15 +100,16 @@ - + - {{ruleForm1.title}} + {{ ruleForm1.title }} - {{ruleForm1.content}} + {{ ruleForm1.content }} @@ -116,13 +120,13 @@ - {{ruleForm1.phone_brand}} + {{ ruleForm1.phone_brand }} - {{ruleForm1.dow_url}} + {{ ruleForm1.dow_url }} - 确定 + 确定 @@ -130,7 +134,7 @@ - + + +