hanbaoshan
2021-02-22 b02c0629be20e8d46f55646d6663b80cb78e205e
src/pages/shuohuangMonitorAnalyze/components/searchForVideoAnalyze.vue
@@ -202,7 +202,7 @@
        <el-table :data="tableData" fit ref="elTable">
          <el-table-column label="名称" prop="VideoName" sortable width="500">
            <template slot-scope="scope">
              <div style="cursor:pointer;">{{scope.row.VideoName}}</div>
              <div style="cursor:pointer;" @click="checkVideoDetail(scope.row)">{{scope.row.VideoName}}</div>
            </template>
          </el-table-column>
          <el-table-column label="大小" prop="VideoSize" sortable></el-table-column>
@@ -422,18 +422,18 @@
        res.filterlst.forEach(config => {
          this.$set(config, 'isShow', true);
          config.data = Object.keys(config.Node).map(key => {
            let obj = {};
            obj.name = key;
            obj.id = config.Node[key]
            return obj
          });
          // config.data = config.Node.map((item) => {
          // config.data = Object.keys(config.Node).map(key => {
          //   let obj = {};
          //   obj.name = item[0];
          //   obj.id = item[1];
          //   return obj;
          //   obj.name = key;
          //   obj.id = config.Node[key]
          //   return obj
          // });
          config.data = config.Node.map((item) => {
            let obj = {};
            obj.name = item[0];
            obj.id = item[1];
            return obj;
          });
          config.id = config.ID;
          config.title = config.NameZn;
          config.data.forEach(item => {