| | |
| | | class="export-excel-wrapper" |
| | | :data="VideoPhotoData.cards" |
| | | :fields="json_fields" |
| | | :name="'视频分析报警统计' + searchTimeFormated + '.xls'" |
| | | :name="'视频分析报警统计' + searchTimeFormated + '.xlsx'" |
| | | > |
| | | <!-- 上面可以自定义自己的样式,还可以引用其他组件button --> |
| | | <!-- <el-button type="primary" size="small">导出EXCEL</el-button> --> |
| | |
| | | } else { |
| | | this.setLoadSearch(this.VideoPhotoData.findPersonByPage()) |
| | | } |
| | | console.log("cards", this.VideoPhotoData.cards) |
| | | }, |
| | | stringToNum() { |
| | | var arr = [] |
| | |
| | | this.tagValues = [] |
| | | this.taskValues = [] |
| | | this.alarmValues = [] |
| | | this.warningFlag = 0 |
| | | this.VideoPhotoData.queryTabs = [] |
| | | this.VideoPhotoData.queryTasks = [] |
| | | this.VideoPhotoData.queryAlarmlevel = [] |