[update] 权限

This commit is contained in:
zhaomeijing
2022-06-02 17:19:37 +08:00
parent 973d1d9ec4
commit cf3cf1447c
@@ -530,7 +530,7 @@ export default {
}
} else {
flag = 0
this.$message.success(this.$t('operatethisbutton'))
this.$message.warning(this.$t('operatethisbutton'))
}
return flag
},
@@ -929,8 +929,8 @@ export default {
},
// 截止时间
TaskCutOffTimeLibrary() {
if(this.homo || this.sdt) {
// 认证工程师 任意状态 都无此权限
if(this.dre || this.sdt) {
// 工程接口人 填写人 均无此权限
this.$message.warning(this.$t('operatethisbutton'))
} else {
let dreTaskCutOffTimeLibrary = this.dreTaskCutOffTimeLibrary()