From 4a863cbc38c6a5ef6b3e47fc99b434cc3a76e80a Mon Sep 17 00:00:00 2001 From: yedejiamingshi <540057894@qq.com> Date: Tue, 18 Feb 2025 15:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=90=8C=E6=AD=A5=2002.18?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/businessInfo/index.vue | 12 +++---- .../production/setting/miniProConfig.vue | 8 ++--- src/views/system/tenant/index.vue | 32 +++++++------------ 3 files changed, 21 insertions(+), 31 deletions(-) diff --git a/src/views/basic/businessInfo/index.vue b/src/views/basic/businessInfo/index.vue index c65ffcf..0bf23b6 100644 --- a/src/views/basic/businessInfo/index.vue +++ b/src/views/basic/businessInfo/index.vue @@ -65,29 +65,29 @@ - + - + 企业认证 - + - + - + - + diff --git a/src/views/production/setting/miniProConfig.vue b/src/views/production/setting/miniProConfig.vue index bdacb62..2b14a9d 100644 --- a/src/views/production/setting/miniProConfig.vue +++ b/src/views/production/setting/miniProConfig.vue @@ -642,10 +642,10 @@ // 环节 this.linkInfos = linkInfos.map(item => { const { operateDetails } = item; - operateDetails.map(items=>{ - if(items.type == 7 || items.type == 10 || detail.type == 14 || detail.type == 15) { - items.content = JSON.parse(items.content); - items.mapContent = items.content; + operateDetails.map(detail => { + if(detail.type == 7 || detail.type == 10 || detail.type == 14 || detail.type == 15) { + detail.content = JSON.parse(detail.content); + detail.mapContent = detail.content; } }); return { diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index 05f49da..ce7cb96 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -128,12 +128,6 @@ {{ parseTime(scope.row.expireTime) }} -