重阅按钮可用状态设置
parent
6876e42116
commit
fdead2376c
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue