add:强制完成

This commit is contained in:
zhangzq
2024-07-17 09:47:06 +08:00
parent c882993f9e
commit 5a64f76080
2 changed files with 10 additions and 1 deletions

View File

@@ -173,6 +173,13 @@
:disabled="scope.row.status==='5' || scope.row.status==='6'"
>完成
</el-button>
<el-button
type="text"
icon="el-icon-success"
@click="doOperate(scope.row, 'e')"
:disabled="scope.row.status==='5' || scope.row.status==='6'"
>强制完成
</el-button>
<el-button
type="text"
icon="el-icon-error"
@@ -284,6 +291,8 @@ export default {
break
case 'd':// 详情
status = 'view'
case 'e':// 详情
status = '82'
break
}
if (status === 'view') {