监控中心 - 能耗监测 表格字段居中
This commit is contained in:
@@ -36,53 +36,65 @@
|
||||
{
|
||||
title: '设备/节点',
|
||||
dataIndex: 'name',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '统计值',
|
||||
dataIndex: 'value',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '同比',
|
||||
align: 'center',
|
||||
children: [
|
||||
{
|
||||
title: '△差值',
|
||||
dataIndex: 'yoyDiff',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '增长率',
|
||||
dataIndex: 'yoyRate',
|
||||
align: 'center',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '环比',
|
||||
align: 'center',
|
||||
children: [
|
||||
{
|
||||
title: '△差值',
|
||||
dataIndex: 'momDiff',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '增长率',
|
||||
dataIndex: 'momRate',
|
||||
align: 'center',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: '纵向对比',
|
||||
align: 'center',
|
||||
children: [
|
||||
{
|
||||
title: '△差值',
|
||||
dataIndex: 'zongxiangDiff',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
title: '增长率',
|
||||
dataIndex: 'zongxiangRate',
|
||||
align: 'center',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
title: '操作',
|
||||
align: 'center',
|
||||
// dataIndex: 'date',
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user