部分问题修复
parent
3166108d91
commit
66eb44ef05
|
@ -283,9 +283,13 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-dropdown-menu slot="dropdown">
|
<el-dropdown-menu slot="dropdown">
|
||||||
<!--评估报告disabled-->
|
<!--评估报告disabled-->
|
||||||
<el-dropdown-item command="showReport">{{
|
<el-dropdown-item
|
||||||
|
command="showReport"
|
||||||
|
:disabled="scope.row.ReadingTaskState !== 2"
|
||||||
|
>{{
|
||||||
$t("trials:trials-panel:hirVisit:EvaluationReport")
|
$t("trials:trials-panel:hirVisit:EvaluationReport")
|
||||||
}}</el-dropdown-item>
|
}}</el-dropdown-item
|
||||||
|
>
|
||||||
<!--数据导出-->
|
<!--数据导出-->
|
||||||
<el-dropdown-item command="downloadImage">{{
|
<el-dropdown-item command="downloadImage">{{
|
||||||
$t("trials:reading:button:uploadImages")
|
$t("trials:reading:button:uploadImages")
|
||||||
|
|
Loading…
Reference in New Issue