heyujie
2021-06-18 4512b13d87784f3f7cf1db2e9127a0de7c37e8a2
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -237,8 +237,8 @@
          </el-table-column>
          <el-table-column label="大小" prop="VideoSize" sortable></el-table-column>
          <el-table-column label="修改日期" prop="VideoUpdateDate" sortable></el-table-column>
          <el-table-column label="创建日期" prop="VideoCreateDate" sortable></el-table-column>
          <el-table-column label="视频时间" prop="VideoDate" sortable></el-table-column>
          <!-- <el-table-column label="创建日期" prop="VideoCreateDate" sortable></el-table-column> -->
          <el-table-column label="操作">
            <template slot-scope="scope">
@@ -493,6 +493,7 @@
        if (_this.showType == "list") {
          _this.tableTotal = res.total;
          _this.tableData = res.data;
          debugger
        } else {
          _this.tabTotal = res.total;
          _this.tabData = res.data;