heyujie
2021-06-18 b6dbc87951af99b12923103789eba812fe8462ed
list字段修改
1个文件已修改
5 ■■■■■ 已修改文件
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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;