hanyaolong 3 anni fa
parent
commit
b981c7ea98
2 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 0
      src/components/workscope/pipe.vue
  2. 2 2
      src/views/workscope.vue

+ 1 - 0
src/components/workscope/pipe.vue

@@ -212,6 +212,7 @@ export default {
             tableData: [],
           });
         });
+        // 读取所有系统下的管道
         this.pipeList = arr;
       });
     },

+ 2 - 2
src/views/workscope.vue

@@ -21,11 +21,11 @@
           <equip></equip>
         </div>
       </el-tab-pane>
-      <el-tab-pane label="关系范围" name="fifth">
+      <!-- <el-tab-pane label="关系范围" name="fifth">
         <div class="box" v-if="activeName == 'fifth'">
           <relation></relation>
         </div>
-      </el-tab-pane>
+      </el-tab-pane> -->
       <el-tab-pane label="系统图" name="sixth">
         <div class="box" v-if="activeName == 'sixth'">
           <systemImage></systemImage>