项目列表品牌中英文切换+法规技术评估/法规意见收集viewer去掉按钮

This commit is contained in:
CD
2022-12-30 14:02:10 +08:00
parent 43aa09e23d
commit d8f6176cbe
8 changed files with 142 additions and 12 deletions
@@ -8,7 +8,7 @@
<!-- </span>-->
{{$route.query.serialNumber +' '+$t('evaluationResults')}}
</div>
<div class="doc-detail-right" v-if='!this.flag'>
<div class="doc-detail-right" v-if='flag'>
<div @click="endProcessClick"
v-if="(formInline.createBy == this.userInfoQuery.username || administrators) && formInline.gatherResult == 'Underway'"
class="operator-text-text" :title="$t('endProcess')">
@@ -92,7 +92,7 @@
total: 0,
pageSize: 10,
pageNo: 1,
flag:'',
flag:false,
dataSource: [],
formInline: {},
administrators:false,
@@ -163,10 +163,7 @@
})
}
getAction('/project/projectUserPermission/hasProcessControlButton', {type: 'LawsOpinionGather',id : this.$route.query.id}).then((res) => {
if (res.success) {
this.flag = res
} else {
}
})
},
methods: {
@@ -8,7 +8,7 @@
<!-- </span>-->
{{$route.query.serialNumber +' '+$t('regulatoryTechnicalEvaluationResults')}}
</div>
<div class="doc-detail-right" v-if='!this.flag'>
<div class="doc-detail-right" v-if='flag'>
<div @click="CurrentStandard" class="operator-text-text" :title="$t('initiateSupplementaryProcess')">
<a-icon type="profile"/>
{{$t('initiateSupplementaryProcess')}}
@@ -96,7 +96,7 @@
return {
queryParam: {},
dataSource: [],
flag:'',
flag:false,
userInfoQuery: {},
administrators: false,
url: {
@@ -182,10 +182,7 @@
})
}
getAction('/project/projectUserPermission/hasProcessControlButton', {type: 'LawsTechnologyEvaluation',id : this.$route.query.id}).then((res) => {
if (res.success) {
this.flag = res
} else {
}
})
},
methods: {