中心调研表状态已锁定pm也不允许修改
continuous-integration/drone/push Build is passing Details

rj
wangxiaoshuang 2026-07-02 16:09:30 +08:00
parent 414af5db9e
commit 76a937066d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> --> <!-- <TopLang style="position: fixed;top: 40px;right: 40px" /> -->
<div style="display: flex;justify-content: space-between;" v-if="!isPreview"> <div style="display: flex;justify-content: space-between;" v-if="!isPreview">
<div>{{ $t('trials:researchForm:title:researchSurveyStatus') }} <el-tag>{{ $fd('ResearchRecord', state) <div>{{ $t('trials:researchForm:title:researchSurveyStatus') }} <el-tag>{{ $fd('ResearchRecord', state)
}}</el-tag></div> }}</el-tag></div>
<div> <div>
<!-- 提交 --> <!-- 提交 -->
<el-button v-if="(state === 0 && userTypeEnumInt === 0)" type="primary" size="small" <el-button v-if="(state === 0 && userTypeEnumInt === 0)" type="primary" size="small"
@ -198,7 +198,7 @@ export default {
}, },
computed: { computed: {
isPM() { isPM() {
return this.hasPermi(['role:pm', 'role:spm', 'role:cpm', 'role:apm']) return this.hasPermi(['role:pm', 'role:spm', 'role:cpm', 'role:apm']) && this.state !== 3
} }
}, },
methods: { methods: {