企标文本状态
This commit is contained in:
@@ -395,7 +395,7 @@
|
||||
<p class="half">
|
||||
<label style=" margin-right: 156px;"
|
||||
title="“修订中”为现行有效版本;“已修订”标准的有效性需根据实际实施情况判定"
|
||||
>文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.textStatusBuss || '-' }}</span>
|
||||
>文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.textStatusBussShow || '-' }}</span>
|
||||
</p>
|
||||
<p class="half"><label style=" margin-right: 157px;">发布日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</span></p>
|
||||
<p class="half" style=""><label style=" margin-right: 122px;">标准实施日期</label><span>{{ sarStandardsInfoEO.putTime || '-' }}</span></p>
|
||||
@@ -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]
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user