| | |
| | | </template> |
| | | </el-table-column> |
| | | |
| | | <el-table-column label="大小" prop="VideoSize" sortable></el-table-column> |
| | | <el-table-column label="大小" prop="VideoSize" sortable> |
| | | <template slot-scope="scope" style="cursor: pointer"> |
| | | <div>{{ Math.round((+scope.row.VideoSize) / (1024*1024)) + " MB" }}</div> |
| | | </template> |
| | | |
| | | </el-table-column> |
| | | <el-table-column label="视频时间" prop="VideoDate" sortable></el-table-column> |
| | | <!-- <el-table-column label="创建日期" prop="VideoCreateDate" sortable></el-table-column> --> |
| | | |
| | |
| | | getlstInit, |
| | | updateVideoAnalyze, |
| | | getlst, |
| | | getRelatedVideoInfo, |
| | | getLabelMap, |
| | | delLabel, |
| | | getEventVideo, |
| | | } from "@/api/shuohuang"; |
| | | import VideoAnalyze from "./videoAnalyze"; |