Browse Source

增加实施流程查询

humingbo 1 year ago
parent
commit
aa633d68b3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/enforceflow/enforceflow.vue

+ 4 - 1
src/views/enforceflow/enforceflow.vue

@@ -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() {