Ver código fonte

[Mod 0000] 隐藏矿山信息页面的部分操作

houzekong 1 dia atrás
pai
commit
3c7fde8daa
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/dashboard/basicInfo/minesInfo/index.vue

+ 2 - 2
src/views/dashboard/basicInfo/minesInfo/index.vue

@@ -8,9 +8,9 @@
       <button @click="handleGoToPageQuery(record, `/sealed/${record.parentId}`)" class="action-btn" title="老空区永久密闭监测数据">
         <SvgIcon name="database" />
       </button>
-      <button @click="handleGoToPageQuery(record, '/basicinfo/access-statistics')" class="action-btn" title="接入统计数据">
+      <!-- <button @click="handleGoToPageQuery(record, '/basicinfo/access-statistics')" class="action-btn" title="接入统计数据">
         <SvgIcon name="info" />
-      </button>
+      </button> -->
       <button @click="handleGoToPageQuery(record, '/warningAnalysis/connectAnalysis')" class="action-btn" title="智能分析数据">
         <SvgIcon name="chart" />
       </button>