终端在线率页面调整
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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 : '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user