修改冀北问题

This commit is contained in:
GGJ
2025-12-16 13:38:12 +08:00
parent 7b9f5302d0
commit 264f33302f
54 changed files with 602 additions and 475 deletions

View File

@@ -186,7 +186,7 @@
<vxe-column field="monitorName" title="监测点名称" minWidth="110px"></vxe-column>
<vxe-column field="manufacturer" title="终端厂家" minWidth="110px"></vxe-column>
<vxe-column field="devName" title="所属终端名称" minWidth="110px"></vxe-column>
<vxe-column field="ip" title="IP">
<vxe-column field="ip" title="IP" width="120px">
<template #default="{ row }">
{{ decryptFromBase64(row.ip) }}
</template>
@@ -279,7 +279,7 @@ const tableStore = new TableStore({
method: 'POST',
showPage: false,
filename: '异常数据统计',
publicHeight: 470,
publicHeight: 480,
column: [],
beforeSearchFun: () => {
loading.value = true