fix:任务创建和下达状态可以删除

This commit is contained in:
shijing 2024-03-28 16:21:10 +08:00
parent 8d10e15d12
commit d1e997fcb5
3 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@
@confirm.stop="table_del(scope.row)"
v-if="
scope.row.state == 10 ||
scope.row.state == 14
scope.row.state == 20
"
v-auth="'utask.delete'"
>

View File

@ -174,7 +174,7 @@
@confirm.stop="table_del(scope.row)"
v-if="
scope.row.state == 10 ||
scope.row.state == 14
scope.row.state == 20
"
v-auth="'utask.delete'"
>

View File

@ -167,7 +167,7 @@
@confirm.stop="table_del(scope.row)"
v-if="
scope.row.state == 10 ||
scope.row.state == 14
scope.row.state == 20
"
v-auth="'utask.delete'"
>