Sfoglia il codice sorgente

基础规范管理只有试验才显示

duy 2 mesi fa
parent
commit
4d029b8a9d
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/manager/projectinfo/tree.vue

+ 2 - 2
src/views/manager/projectinfo/tree.vue

@@ -15,7 +15,7 @@
               >文件题名(全局)
             </el-button>
 
-            <el-dropdown   style="margin-right: 10px"  @command	="handleBasicClick">
+            <el-dropdown   style="margin-right: 10px"  @command	="handleBasicClick" v-if="wbsType == 2">
               <el-button  size="medium">
                 基础数据管理<i class="el-icon-arrow-down el-icon--right"></i>
               </el-button>
@@ -5324,7 +5324,7 @@ export default {
     },
     //基础数据管理
     handleBasicClick(command) {
-      console.log(command, 'command');
+    
       if (command === "code") {
         this.codeDialog = true;