[
{
title: '总发布通报数量',
count: 2873,
countName: '通报数量(件)',
percent: 100,
percentName: '占比(%)',
isMain: true
}
]{
xData:['xxx','xxxx','xxxx','xxxx'.....],
'releaseData':[
{ value: 150, momCount: 88, yoyCount: 66 },
{ value: 82, momCount: 90, yoyCount: 90 },
{ value: 191, momCount: 90, yoyCount: 90 },
{ value: 20, momCount: 90, yoyCount: 90 },
{ value: 30, momCount: 90, yoyCount: 90 },
{ value: 231, momCount: 90, yoyCount: 90 },
{ value: 162, momCount: 90, yoyCount: 90 },
{ value: 121, momCount: 90, yoyCount: 90 },
{ value: 134, momCount: 90, yoyCount: 90 },
{ value: 301, momCount: 90, yoyCount: 90 },
{ value: 190, momCount: 90, yoyCount: 90 },
],
'releaseYoyData':[150,150,150,150,150,150.....],
'releaseMonData':[150,150,150,150,150,150.....],
'receiveData':[
{ value: 150, momCount: 88, yoyCount: 66 },
{ value: 82, momCount: 90, yoyCount: 90 },
{ value: 191, momCount: 90, yoyCount: 90 },
{ value: 20, momCount: 90, yoyCount: 90 },
{ value: 30, momCount: 90, yoyCount: 90 },
{ value: 231, momCount: 90, yoyCount: 90 },
{ value: 162, momCount: 90, yoyCount: 90 },
{ value: 121, momCount: 90, yoyCount: 90 },
{ value: 134, momCount: 90, yoyCount: 90 },
{ value: 301, momCount: 90, yoyCount: 90 },
{ value: 190, momCount: 90, yoyCount: 90 },
],
'receiveYoyData':[150,150,150,150,150,150.....],
'receiveMonData':[150,150,150,150,150,150.....],
}{
'headerData':{
'ntionwide':['xxxx','xxxx'],
'bohaiRim':['xxxx','xxxx'],
'qiongzhouStrait':['xxxx','xxxx'],
'PearlRiverDelta':['xxxx','xxxx'],
'ntionwYangtzeRiverDeltaide':['xxxx','xxxx'],
}
'list':[
{
.....
}
]
}[
{
title: '总发布通报数量',
count: 2873,
countName: '通报数量(件)',
percent: 100,
percentName: '占比(%)',
isMain: true
}
]-格式:`[
{ value: 1048, name: 'Search Engine' },
{ value: 735, name: 'Direct' },
{ value: 580, name: 'Email' },
{ value: 484, name: 'Union Ads' },
{ value: 300, name: 'Video Ads' },
]`
{
xData:['xxx','xxxx','xxxx','xxxx'.....],
'notificationData':[
{
value: 150,
beenPublishCount: 100,
beenReceiveCount: 120,
beenFeedbackCount: 110,
beenHandleCount: 110,
beenClosedCount: 90,
momBeenPublishCount: 10,
yoyBeenPublishCount: 20,
momBeenReceiveCount: 17,
yoyBeenReceiveCount: 12,
momBeenFeedbackCount: 18,
yoyBeenFeedbackCount: 21,
momBeenHandleCount: 34,
yoyBeenHandleCount: 21,
momBeenClosedCount: 90,
yoyBeenClosedCount: 90,
},
......
],
'notNotificationData':[
{
value: 150,
notReceiveCount: 50,
notFeedbackCount: 60,
notHandleCount: 40,
momNotReceiveCount: 50,
momNotFeedbackCount: 60,
momNotHandleCount: 40,
yoyReceiveCount: 50,
yoyFeedbackCount: 60,
yoyHandleCount: 40,
},
......
],
'OverdueData':[
{
value: 104,
noOverdueCount: 53,
receiveOverdueCount: 80,
handleOverdueCount: 38,
closedOverdueCount: 40,
momNoOverdueCount: 53,
momReceiveOverdueCount: 80,
momHandleOverdueCount: 38,
momClosedOverdueCount: 40,
yoyNoOverdueCount: 53,
yoyReceiveOverdueCount: 80,
yoyHandleOverdueCount: 38,
yoyClosedOverdueCount: 40,
},
.....
],
'yoyData':[150,150,150,150,150,150.....],
'monData':[150,150,150,150,150,150.....],
}格式 :`[ { "unit": "总数", "beenPublishCount": 5863, "beenReceiveCount": 5863, "beenFeedbackCount": 5863, "beenHandleCount": 5863, "beenClosedCount": 5863, "notReceiveCount": 5863, "notFeedbackCount": 5863, "notHandleCount": 5863, "notTotal": 5863, "noOverdueCount": 5863, "receiveOverdueCount": 5863, "handleOverdueCount": 5863, "closedOverdueCount": 5863, }, {
"unit": "交通运输部海事局",
"beenPublishCount": 466,
"beenReceiveCount": 466,
"beenFeedbackCount": 466,
"beenHandleCount": 466,
"beenClosedCount": 466,
"notReceiveCount": 466,
"notFeedbackCount": 466,
"notHandleCount": 466,
"notTotal": 466,
"noOverdueCount": 466,
"receiveOverdueCount": 466,
"handleOverdueCount": 466,
"closedOverdueCount": 466,
},
....
]`
所有的 table 若有子表格
{
"unit": "交通运输部海事局",
"beenPublishCount": 466,
"beenReceiveCount": 466,
"beenFeedbackCount": 466,
"beenHandleCount": 466,
"beenClosedCount": 466,
"notReceiveCount": 466,
"notFeedbackCount": 466,
"notHandleCount": 466,
"notTotal": 466,
"noOverdueCount": 466,
"receiveOverdueCount": 466,
"handleOverdueCount": 466,
"closedOverdueCount": 466,
children:[保持和父级一样结构]
},