From ab4d94535a15874034dd21b59cd9ebb53887df96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Thu, 20 Jan 2022 15:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E6=A0=87=E6=96=87=E6=9C=AC=E7=8A=B6?= =?UTF-8?q?=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/otherBussStandardDetails/index.vue | 12 ++++++------ src/router/index.js | 9 +++++++++ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 4ef277c07..22d7edfb3 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -395,7 +395,7 @@

{{ sarStandardsInfoEO.textStatusBuss || '-' }} + >文本状态{{ sarStandardsInfoEO.textStatusBussShow || '-' }}

{{ sarStandardsInfoEO.issueTime || '-' }}

{{ sarStandardsInfoEO.putTime || '-' }}

@@ -2156,11 +2156,11 @@ export default { _this: this }, res => { this.sarStandardsInfoEO = res.data || {} - this.textOptions.forEach(item => { - if(this.sarStandardsInfoEO.textStatusBuss === item.value){ - this.sarStandardsInfoEO.textStatusBuss = item.label - } - }) + // this.textOptions.forEach(item => { + // if(this.sarStandardsInfoEO.textStatusBuss === item.value){ + // this.sarStandardsInfoEO.textStatusBuss = item.label + // } + // }) if (this.sarStandardsInfoEO.issueTime) { this.sarStandardsInfoEO.issueTime = this.sarStandardsInfoEO.issueTime.split(' ')[0] } diff --git a/src/router/index.js b/src/router/index.js index b12ff7caa..4d846d538 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -529,6 +529,15 @@ const routes = [ title: '项目合规评估流程' } }, + { + path: '/bzpgStep1', + name: 'bzpgStep1', + component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step1.vue'), + meta: { + requireAuth: true, + title: '标准合规评估流程' + } + }, //流程保存界面 { path: '/xmpgStep1-1',