Browse Source

局部通风机修改

bobo04052021@163.com 2 months ago
parent
commit
5cc53cd63d
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/vent/monitorManager/fanLocalMonitor/index.vue

+ 4 - 4
src/views/vent/monitorManager/fanLocalMonitor/index.vue

@@ -172,7 +172,7 @@
       </div>
       <div class="top-right row">
         <template v-for="(item, index) in modalTypeArr.rightBtnArr" :key="index">
-          <!-- <div
+          <div
             v-if="
               (item.permission === 'fanLocal:gasAlarmSet' ||
                 item.permission === 'fanLocal:kkjc' ||
@@ -183,8 +183,8 @@
             :class="{ 'button-box': btnClick, 'button-disable': !btnClick }"
             @click="showModal(item)"
             >{{ item.value }}</div
-          > -->
-          <div
+          >
+          <!-- <div
             v-if="
               item.permission === 'fanLocal:gasAlarmSet' ||
               item.permission === 'fanLocal:kkjc' ||
@@ -194,7 +194,7 @@
             :class="{ 'button-box': btnClick, 'button-disable': !btnClick }"
             @click="showModal(item)"
             >{{ item.value }}</div
-          >
+          > -->
         </template>
       </div>
     </div>