终端在线率页面调整
This commit is contained in:
@@ -98,7 +98,7 @@ const tableStore = new TableStore({
|
||||
top: '50px', // 等价于 y: '16%'
|
||||
left: '10px',
|
||||
right: '10px',
|
||||
bottom: '50px'
|
||||
bottom: '60px'
|
||||
},
|
||||
xAxis: {
|
||||
name: titleX,
|
||||
@@ -110,7 +110,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
series: [
|
||||
{
|
||||
name: '在线率',
|
||||
name: '',
|
||||
type: 'bar',
|
||||
data: tableStore.table.data.single,
|
||||
itemStyle: {
|
||||
|
||||
@@ -197,7 +197,7 @@ const tableStore = new TableStore({
|
||||
},
|
||||
{
|
||||
title: '网络参数',
|
||||
field: 'ip',
|
||||
field: 'networkParam',
|
||||
align: 'center',
|
||||
formatter: function (row) {
|
||||
return row.cellValue ? row.cellValue : '/'
|
||||
|
||||
Reference in New Issue
Block a user