终端状态统计页面调整

This commit is contained in:
zhujiyan
2024-08-07 15:10:25 +08:00
parent 901c24ef62
commit d80917c783
2 changed files with 1 additions and 25 deletions

View File

@@ -165,7 +165,7 @@ const tableStore = new TableStore({
top: '50px', // 等价于 y: '16%'
left: '10px',
right: '10px',
bottom: '50px',
bottom: '40px',
containLabel: true
},
calculable: true,

View File

@@ -316,30 +316,6 @@ const tableStore = new TableStore({
: '/'
}
},
// {
// title: '通讯状态',
// field: 'comFlag',
// align: 'center',
// render: 'tag',
// custom: {
// null: 'primary',
// 0: 'danger',
// 1: 'success'
// },
// replaceValue: {
// null: '/',
// 0: '中断',
// 1: '正常'
// }
// },
// {
// title: '最新数据时间',
// field: 'updateTime',
// align: 'center',
// formatter: function (row) {
// return row.cellValue ? row.cellValue : '/'
// }
// },
{
title: '在线率(%)',
field: 'onlineRateData',