修改冀北问题
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<vxe-column type="seq" width="70px" title="序号"></vxe-column>
|
||||
<vxe-column field="name" title="终端名称" min-width="100"></vxe-column>
|
||||
<vxe-column field="subName" title="所属电站" min-width="100"></vxe-column>
|
||||
<vxe-column field="ip" title="网络参数" min-width="100"></vxe-column>
|
||||
<vxe-column field="ip" title="网络参数" width="120px"></vxe-column>
|
||||
<vxe-colgroup title="运行评价">
|
||||
<vxe-column field="integrityRate" title="完整率(%)" min-width="90"></vxe-column>
|
||||
<vxe-column field="onLineRate" title="在线率(%)" min-width="90"></vxe-column>
|
||||
|
||||
@@ -143,7 +143,7 @@
|
||||
<vxe-column field="subName" title="变电站" minWidth="110px"></vxe-column>
|
||||
<vxe-column field="manufacturer" title="终端厂家" minWidth="110px"></vxe-column>
|
||||
<vxe-column field="name" title="终端名称" minWidth="110px"></vxe-column>
|
||||
<vxe-column field="ip" title="终端IP" :formatter="formatter" width="130px"></vxe-column>
|
||||
<vxe-column field="ip" title="终端IP" :formatter="formatter" width="120px"></vxe-column>
|
||||
<vxe-column field="runFlag" title="运行状态" width="100px">
|
||||
<template #default="{ row }">
|
||||
<el-tag
|
||||
|
||||
Reference in New Issue
Block a user