add:强制完成
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user