重阅按钮可用状态设置
parent
6876e42116
commit
fdead2376c
|
@ -293,6 +293,7 @@
|
||||||
<el-button
|
<el-button
|
||||||
v-hasPermi="['trials:readTask:reread']"
|
v-hasPermi="['trials:readTask:reread']"
|
||||||
circle
|
circle
|
||||||
|
:disabled="scope.row.TaskState > 0"
|
||||||
:title="$t('trials:readTask:button:reread')"
|
:title="$t('trials:readTask:button:reread')"
|
||||||
icon="el-icon-collection"
|
icon="el-icon-collection"
|
||||||
@click="openApplyReReading(scope.row)"
|
@click="openApplyReReading(scope.row)"
|
||||||
|
|
Loading…
Reference in New Issue