部分问题修复
parent
3166108d91
commit
66eb44ef05
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue