修改冀北问题

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

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