一致性分析

uat_us
熊飞 2024-03-06 17:50:50 +08:00
parent 0977570575
commit 644cca6d0f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
{{$t('trials:consistencyAnalysis:button:self')}}
</el-button>
<!-- 组间一致性分析 -->
<el-button type="primary" v-if="hasPermi(['trials:trials-panel:reading:consistency-analysis:edit'])" @click="openTaskConsistentRule(false)">
<el-button :disabled="!OtherInfo.IsHaveDoubleReadCriterion" type="primary" v-if="hasPermi(['trials:trials-panel:reading:consistency-analysis:edit'])" @click="openTaskConsistentRule(false)">
{{$t('trials:consistencyAnalysis:button:group')}}
</el-button>
<!-- 虚拟中心编号 -->