heyujie
2021-06-24 7cea2db9d57b24d98e42b5207fa6f9a703362e26
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -236,7 +236,12 @@
            </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> -->
@@ -313,9 +318,7 @@
  getlstInit,
  updateVideoAnalyze,
  getlst,
  getRelatedVideoInfo,
  getLabelMap,
  delLabel,
  getEventVideo,
} from "@/api/shuohuang";
import VideoAnalyze from "./videoAnalyze";