调整现场部署报错问题

This commit is contained in:
guanj
2025-12-02 15:23:56 +08:00
parent 5443996fa9
commit c779bec0cb
8 changed files with 487 additions and 484 deletions

View File

@@ -34,7 +34,7 @@
<div class="divBox">
<span class="iconfont icon-qiyezongshu" style="color: #57bc6e"></span>
<span class="divBox_title">终端总数</span>
<span class="divBox_num text-style" style="color: #57bc6e" @click="totalTable(101, '')">
<span class="divBox_num text-style" style="color: #57bc6e" @click="totalTable(100001, '')">
{{ monitoringPoints.runNum }}
</span>
</div>
@@ -105,7 +105,7 @@
<span
style="width: 90px; color: #388e3c"
class="text text-style"
@click="renderTable(o.detailList, 101, o.citName + '_')"
@click="renderTable(o.detailList, 100001, o.citName + '_')"
>
{{ o.citTotalNum }}
</span>
@@ -156,7 +156,7 @@
</span>
</template>
</vxe-column>
<vxe-column field="cit" title="参数地市" width="110px"></vxe-column>
<vxe-column field="cit" title="所在地市" width="110px"></vxe-column>
<vxe-column field="company" title="供电公司"></vxe-column>
<vxe-column field="subStation" title="变电站"></vxe-column>
<vxe-column field="manufacturer" title="终端厂家"></vxe-column>
@@ -259,7 +259,6 @@ const tableStore = new TableStore({
tableStore.table.params.statisticalType = segmentedList.filter(item => item.code === segmented.value)[0]
},
loadCallback: () => {
// tableStore.table.data
monitoringPoints.value.runNum = tableStore.table.data.totalNum
monitoringPoints.value.abnormalNum = tableStore.table.data.belowNum
monitoringPoints.value.totalOnlineRate = tableStore.table.data.totalOnlineRate - 0
@@ -278,7 +277,7 @@ const tableStore = new TableStore({
.values()
)
totalTable(101, '')
totalTable(100001, '')
echart()
}
})