部分问题修复

main
wangxiaoshuang 2024-04-30 13:13:10 +08:00
parent 3166108d91
commit 66eb44ef05
1 changed files with 7 additions and 3 deletions

View File

@ -283,9 +283,13 @@
</el-button>
<el-dropdown-menu slot="dropdown">
<!--评估报告disabled-->
<el-dropdown-item command="showReport">{{
$t("trials:trials-panel:hirVisit:EvaluationReport")
}}</el-dropdown-item>
<el-dropdown-item
command="showReport"
:disabled="scope.row.ReadingTaskState !== 2"
>{{
$t("trials:trials-panel:hirVisit:EvaluationReport")
}}</el-dropdown-item
>
<!--数据导出-->
<el-dropdown-item command="downloadImage">{{
$t("trials:reading:button:uploadImages")