refector: 增加utask 恢复功能2
This commit is contained in:
parent
0a081a0101
commit
7a21bc53e0
|
@ -190,7 +190,7 @@
|
|||
</el-link>
|
||||
<el-divider direction="vertical" v-if="scope.row.state == 30 || scope.row.state == 20"></el-divider>
|
||||
<el-link type="danger" @click="table_toggle(scope.row)"
|
||||
v-if="scope.row.state == 30 || scope.row.state == 34">停止/恢复</el-link>
|
||||
v-if="scope.row.state == 30 || scope.row.state == 34">停/复</el-link>
|
||||
<el-divider direction="vertical" v-if="scope.row.state == 10 || scope.row.state == 14"></el-divider>
|
||||
<el-link type="danger" @click="table_del(scope.row)"
|
||||
v-if="scope.row.state == 10 || scope.row.state == 14">
|
||||
|
|
|
@ -192,7 +192,7 @@
|
|||
>
|
||||
<template #reference>
|
||||
<el-button link type="danger"
|
||||
>停止/恢复</el-button
|
||||
>停/复</el-button
|
||||
>
|
||||
</template>
|
||||
</el-popconfirm>
|
||||
|
|
Loading…
Reference in New Issue