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',