| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118 |
- {
- "pie": [{
- "value": 500,
- "name": "水系统"
- },
- {
- "value": 1500,
- "name": "烟雾"
- },
- {
- "value": 1000,
- "name": "火灾"
- }
- ],
- "bar": {
- "火灾设备": 30,
- "水系统设备": 10,
- "烟雾设备": 20
- },
- "line": {
- "火灾": {
- "12:00": 0,
- "13:00": 5,
- "14:00": 4,
- "15:00": 8,
- "16:00": 3,
- "17:00": 5
- },
- "水系统": {
- "12:00": 2,
- "13:00": 3,
- "14:00": 3,
- "15:00": 7,
- "16:00": 6,
- "17:00": 3
- },
- "烟雾": {
- "12:00": 4,
- "13:00": 6,
- "14:00": 3,
- "15:00": 7,
- "16:00": 9,
- "17:00": 3
- }
- },
- "handle": [{
- "value": 3,
- "name": "巡检人员数量"
- },
- {
- "value": 10,
- "name": "今日任务"
- },
- {
- "value": 0,
- "name": "超时任务"
- }, {
- "value": 8,
- "name": "今日完成任务"
- }
- ],
- "warning": {
- "wait_handle": 10,
- "is_handled": 30
- },
- "warningInfo": [{
- "id": "1",
- "time": "2020-12-15 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 0
- }, {
- "id": "2",
- "time": "2020-12-16 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 1
- }, {
- "id": "3",
- "time": "2020-12-17 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 0
- }, {
- "id": "4",
- "time": "2020-12-18 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 1
- }, {
- "id": "5",
- "time": "2020-12-19 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 1
- }, {
- "id": "6",
- "time": "2020-12-19 15:22:12",
- "type": "水位",
- "details": "水位过高",
- "status": 1
- }],
- "Abnormal": [{
- "id": "1",
- "name": "任务111",
- "status": 0,
- "time": "2020-12-15 15:22"
- }, {
- "id": "2",
- "name": "任务222",
- "status": 1,
- "time": "2020-12-16 15:22"
- }]
- }
|