| | |
| | | openPath: "/video", |
| | | path: "/video", |
| | | permission: "videoMng" |
| | | }, |
| | | { |
| | | name: "点位变更", |
| | | icon: "/images/manageCenter/manage.png", |
| | | openPath: "/invalidCamera", |
| | | path: "/invalidCamera", |
| | | permission: "invalidCamera" |
| | | } |
| | | ], |
| | | cameraTree: [], |
| | |
| | | console.log("warningStatics", decodeResult) |
| | | decodeResult.forEach((element) => { |
| | | this.solvedTotal = this.solvedTotal + element.doc_count |
| | | this.tableDataList.push({ date: element.key_as_string, count: element.doc_count }) |
| | | this.tableDataList.push({ |
| | | date: element.key_as_string, |
| | | count: element.doc_count |
| | | }) |
| | | }) |
| | | } |
| | | } |
| | |
| | | let decodeResult = JSON.parse(decodeString) |
| | | if (decodeResult) { |
| | | decodeResult.forEach((element) => { |
| | | this.pieOption.series[0].data.push({ value: element.doc_count, name: element.key }) |
| | | this.pieOption.series[0].data.push({ |
| | | value: element.doc_count, |
| | | name: element.key |
| | | }) |
| | | }) |
| | | } |
| | | } |