终端在线率页面调整

This commit is contained in:
zhujiyan
2024-08-07 15:10:37 +08:00
parent d80917c783
commit e8f4305fa9
2 changed files with 3 additions and 3 deletions

View File

@@ -98,7 +98,7 @@ const tableStore = new TableStore({
top: '50px', // 等价于 y: '16%' top: '50px', // 等价于 y: '16%'
left: '10px', left: '10px',
right: '10px', right: '10px',
bottom: '50px' bottom: '60px'
}, },
xAxis: { xAxis: {
name: titleX, name: titleX,
@@ -110,7 +110,7 @@ const tableStore = new TableStore({
}, },
series: [ series: [
{ {
name: '在线率', name: '',
type: 'bar', type: 'bar',
data: tableStore.table.data.single, data: tableStore.table.data.single,
itemStyle: { itemStyle: {

View File

@@ -197,7 +197,7 @@ const tableStore = new TableStore({
}, },
{ {
title: '网络参数', title: '网络参数',
field: 'ip', field: 'networkParam',
align: 'center', align: 'center',
formatter: function (row) { formatter: function (row) {
return row.cellValue ? row.cellValue : '/' return row.cellValue ? row.cellValue : '/'