opt: 取消任务优化

This commit is contained in:
yanps
2024-10-21 17:01:14 +08:00
parent 1c6f8a3e97
commit cacb1f0867
3 changed files with 11 additions and 3 deletions

View File

@@ -225,6 +225,7 @@
<el-button
type="text"
icon="el-icon-close"
:disabled="scope.row.task_status==='5' || scope.row.task_status==='6'"
@click="doOperate(scope.row, 'b')"
>取消</el-button>
<el-button