From cf3cf1447cf868eb6faa69dcaf7da22cdaa57929 Mon Sep 17 00:00:00 2001 From: zhaomeijing Date: Thu, 2 Jun 2022 17:19:37 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ParameterItemCollectionList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue index d5ae742fe..c9dc9f7df 100644 --- a/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue +++ b/jero-web/src/views/projectManagement/components/ParameterItemCollectionList.vue @@ -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()