[update] 权限细节修改

This commit is contained in:
zhaomeijing
2022-06-01 16:03:25 +08:00
parent 5644dd4d15
commit 9f766a2cc2
5 changed files with 38 additions and 14 deletions
@@ -18,20 +18,17 @@
<span style='padding-right: 20px'>{{ text.sortOrder }} </span><a-button @click='onClickSee(text)'>查看</a-button>
</span>
<span slot="operationbtn" slot-scope="record">
<!-- 待发起收集 1-->
<!-- 待工程接口人处理 2-->
<!-- 工程接口人退回 3-->
<!-- 待填写 4-->
<!-- 填写人退回 5-->
<!-- 已提交 6-->
<!-- 认证工程师退回 7-->
<!-- 已同步至上报库 8-->
<!-- 变更 9-->
<span v-if='home === 1'>
<span v-if='homo === 1'>
<!-- 认证工程师 -->
<span v-if='record.state == "待发起收集" || record.state == "工程接口人退回" || record.state == "变更"'>
<span @click='ondataValueTobeinitiated(record)'>{{ record.dataValue == null? '--': record.dataValue}}</span>
</span>
<span v-else>
<span @click='dataValueTobeinitiated'>{{ record.dataValue }}</span>
</span>
</span>
<span v-else>
<span @click='dataValueTobeinitiated'>{{ record.dataValue }}</span>
</span>
</span>
<span slot="detailClick" slot-scope="text,record">
@@ -308,6 +305,9 @@ export default {
this.areaVisible = true
this.getquerySdtList(record)
},
dataValueTobeinitiated() {
this.$message.warning(this.$t('certifiedEngineer')+this.$t('and')+this.$t('Statusis')+this.$t('CollectionInitiated')+this.$t('ReturnedPerson')+this.$t('alteration')+this.$t('toHavePermission'))
},
// 点击工程接口人的详情人员 无权限
ondataValueNot() {
this.$message.warning(this.$t('operatethisbutton'))