终端状态统计页面调整
This commit is contained in:
@@ -165,7 +165,7 @@ const tableStore = new TableStore({
|
||||
top: '50px', // 等价于 y: '16%'
|
||||
left: '10px',
|
||||
right: '10px',
|
||||
bottom: '50px',
|
||||
bottom: '40px',
|
||||
containLabel: true
|
||||
},
|
||||
calculable: true,
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user