fix:日志撤回按钮限制
This commit is contained in:
parent
3b2cecec17
commit
ae67be4728
|
|
@ -150,7 +150,7 @@
|
||||||
>删除</el-button>
|
>删除</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
link
|
link
|
||||||
v-else
|
v-if="scope.row.ticket== null&&scope.row.submit_time !== null"
|
||||||
size="small"
|
size="small"
|
||||||
type="danger"
|
type="danger"
|
||||||
@click.stop="mlogRevert(scope.row)"
|
@click.stop="mlogRevert(scope.row)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue