Shannon_mu 2 年之前
父节点
当前提交
7fce18f9b7
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      commandCenter/src/views/commandDispatch/index.vue

+ 1 - 2
commandCenter/src/views/commandDispatch/index.vue

@@ -19,8 +19,7 @@
             <work-order-processing-status></work-order-processing-status>
         </div>
         <div class="index-content-right-buttom" @click="toggleShow"><span></span>{{ !showChart ? '显示' : '隐藏' }}图表</div>
-        <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" >
-           <!-- <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" v-if="menuListShow"></div> -->
+        <div class="index-dotting-list" :class="showChart ? '' : 'showChart'" v-if="menuListShow">
             <div class="list-type" @click="addPoint()" :class="{ thisDotting: openCur == 1 }">
                 <span class="zoniot_font zoniot-icon-tianjia1"></span>添加
             </div>