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) }} -