|
@@ -8,9 +8,9 @@
|
|
|
<button @click="handleGoToPageQuery(record, `/sealed/${record.parentId}`)" class="action-btn" title="老空区永久密闭监测数据">
|
|
<button @click="handleGoToPageQuery(record, `/sealed/${record.parentId}`)" class="action-btn" title="老空区永久密闭监测数据">
|
|
|
<SvgIcon name="database" />
|
|
<SvgIcon name="database" />
|
|
|
</button>
|
|
</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" />
|
|
<SvgIcon name="info" />
|
|
|
- </button>
|
|
|
|
|
|
|
+ </button> -->
|
|
|
<button @click="handleGoToPageQuery(record, '/warningAnalysis/connectAnalysis')" class="action-btn" title="智能分析数据">
|
|
<button @click="handleGoToPageQuery(record, '/warningAnalysis/connectAnalysis')" class="action-btn" title="智能分析数据">
|
|
|
<SvgIcon name="chart" />
|
|
<SvgIcon name="chart" />
|
|
|
</button>
|
|
</button>
|