| | |
| | | UploadImg, |
| | | SetBox |
| | | }, |
| | | computed: { |
| | | searchTimeFormated() { |
| | | return this.format(this.searchTime) |
| | | } |
| | | }, |
| | | data() { |
| | | return { |
| | | cardWidth: "", |
| | |
| | | currentPage: 1, |
| | | showSetBox: false, |
| | | json_fields: { |
| | | // 部门: "", |
| | | 部门: { |
| | | field: "activeObject.cameraId", |
| | | //自定义回调函数 |
| | | callback: (value) => { |
| | | let org = "" |
| | | if (this.TreeDataPool.cameraParents.hasOwnProperty(value)) { |
| | | org = this.TreeDataPool.cameraParents[value] |
| | | } |
| | | return org |
| | | } |
| | | }, |
| | | // 告警标记: "", |
| | | // 整改描述: "", |
| | | 摄像机ID: "activeObject.cameraId", |
| | |
| | | } |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | computed: { |
| | | searchTimeFormated() { |
| | | return this.format(this.searchTime) |
| | | } |
| | | }, |
| | | created() { |