企标文本状态

This commit is contained in:
宋伟佳
2022-01-20 15:09:32 +08:00
parent 82162c0332
commit ab4d94535a
2 changed files with 15 additions and 6 deletions
@@ -395,7 +395,7 @@
<p class="half"> <p class="half">
<label style=" margin-right: 156px;" <label style=" margin-right: 156px;"
title="修订中为现行有效版本已修订标准的有效性需根据实际实施情况判定" title="修订中为现行有效版本已修订标准的有效性需根据实际实施情况判定"
>文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.textStatusBuss || '-' }}</span> >文本状态</label><span style="color: #409EFF;">{{ sarStandardsInfoEO.textStatusBussShow || '-' }}</span>
</p> </p>
<p class="half"><label style=" margin-right: 157px;">发布日期</label><span>{{ sarStandardsInfoEO.issueTime || '-' }}</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> <p class="half" style=""><label style=" margin-right: 122px;">标准实施日期</label><span>{{ sarStandardsInfoEO.putTime || '-' }}</span></p>
@@ -2156,11 +2156,11 @@ export default {
_this: this _this: this
}, res => { }, res => {
this.sarStandardsInfoEO = res.data || {} this.sarStandardsInfoEO = res.data || {}
this.textOptions.forEach(item => { // this.textOptions.forEach(item => {
if(this.sarStandardsInfoEO.textStatusBuss === item.value){ // if(this.sarStandardsInfoEO.textStatusBuss === item.value){
this.sarStandardsInfoEO.textStatusBuss = item.label // this.sarStandardsInfoEO.textStatusBuss = item.label
} // }
}) // })
if (this.sarStandardsInfoEO.issueTime) { if (this.sarStandardsInfoEO.issueTime) {
this.sarStandardsInfoEO.issueTime = this.sarStandardsInfoEO.issueTime.split(' ')[0] this.sarStandardsInfoEO.issueTime = this.sarStandardsInfoEO.issueTime.split(' ')[0]
} }
+9
View File
@@ -529,6 +529,15 @@ const routes = [
title: '项目合规评估流程' title: '项目合规评估流程'
} }
}, },
{
path: '/bzpgStep1',
name: 'bzpgStep1',
component: () => import('@/pages/processCenter/pages/creatProcess/bzpg/step1.vue'),
meta: {
requireAuth: true,
title: '标准合规评估流程'
}
},
//流程保存界面 //流程保存界面
{ {
path: '/xmpgStep1-1', path: '/xmpgStep1-1',