重阅按钮可用状态设置

main
wangxiaoshuang 2024-05-08 13:42:29 +08:00
parent 6876e42116
commit fdead2376c
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@
<el-button
v-hasPermi="['trials:readTask:reread']"
circle
:disabled="scope.row.TaskState > 0"
:title="$t('trials:readTask:button:reread')"
icon="el-icon-collection"
@click="openApplyReReading(scope.row)"