|
|
@@ -69,6 +69,8 @@
|
|
|
<el-table-column prop="status1" label="当前实施状态" width="120" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span style="color: green">{{scope.row.act.taskName}}</span>
|
|
|
+ <span style="color: green" v-if="scope.row.status===2">运行维护</span>
|
|
|
+ <span style="color: green" v-if="scope.row.status===0">待启动</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="status" label="状态" width="80" align="center">
|
|
|
@@ -870,9 +872,10 @@ export default {
|
|
|
message: '操作成功!',
|
|
|
type: 'success'
|
|
|
});
|
|
|
+ this.resetSearch();
|
|
|
})
|
|
|
this.closeEnforceDialog();
|
|
|
- this.resetSearch();
|
|
|
+
|
|
|
|
|
|
},
|
|
|
submitEnforceForm1() {
|