bding 1 年之前
父节点
当前提交
5852db9daf

+ 1 - 1
src/views/rai_manage/activityManage/roadShow/tableTabs.js

@@ -161,7 +161,7 @@ export const PalyTable = [
   },
 ];
 export const TopTabs = [
-  { name: "产业视频", value: 1 },
   { name: "活动视频", value: 2 },
   { name: "活动音频", value: 3 },
+  { name: "产业视频", value: 1 },
 ];

+ 1 - 1
src/views/rai_manage/activityManage/roadShowList.vue

@@ -88,7 +88,7 @@ export default {
     return {
       tableColums: [],
       dataList: [],
-      tabActive: 1, //tabs 选中
+      tabActive: 2, //tabs 选中
       chartPermissionList: [], //行业的数组
       chartPermissionId: "", //行业的id
       issueTime: "", //活动时间

+ 15 - 2
src/views/rai_manage/components/reportComponents/CompanyDetail.vue

@@ -10,8 +10,9 @@
             </tr>
           </thead>
           <tr v-for="(item, index) in childrenList" :key="index">
-            <td v-for="(i, unm) in item" :key="unm">
+            <td v-for="(i, unm) in item" :key="unm" class="new-box">
               <span class="thbody-rs">{{ i.name }}</span>
+              <img v-if="unm % 2 == 0" src="https://hzchart.oss-cn-shanghai.aliyuncs.com/cygx/new_subject.png" alt="" class="new-img" />
             </td>
           </tr>
         </table>
@@ -65,15 +66,16 @@ export default {
             }
           });
         this.dataList = res.Data.List;
-        console.log(childrenIndex);
         for (let i = 0; i < childrenIndex; i++) {
           let childrenArr = [];
           this.dataList.forEach((item) => {
             childrenArr.push({
               name: item.List[i] ? item.List[i].SubjectName : "",
+              ...item.List[i],
             });
             childrenArr.push({
               name: item.List[i] ? item.List[i].Count : "",
+              ...item.List[i],
             });
           });
           this.childrenList.push(childrenArr);
@@ -106,6 +108,7 @@ export default {
       color: #666;
       thead {
         position: sticky;
+        z-index: 999;
         top: 0;
         left: 0;
         border-left: 1px solid #dcdfe6;
@@ -137,5 +140,15 @@ export default {
   div::-webkit-scrollbar {
     width: 3px !important;
   }
+  .new-box {
+    position: relative;
+    .new-img {
+      position: absolute;
+      width: 20px;
+      height: 20px;
+      top: 0;
+      left: 0;
+    }
+  }
 }
 </style>

+ 5 - 0
src/views/rai_manage/reportManage/reportChoiceness.vue

@@ -37,6 +37,11 @@
             </div>
           </template>
         </el-table-column>
+        <el-table-column prop="Periods" align="center" label="路演申请" width="100">
+          <template slot-scope="scope">
+            <span class="editsty">{{ scope.row.Pv }}</span>
+          </template>
+        </el-table-column>
         <el-table-column key="VisibleRange" width="156" label="可见范围" align="center">
           <template slot-scope="{ row }" v-if="row.PublishStatus === 1">
             <el-radio-group v-model="row.VisibleRange" @input="reportVisibleRange(row)">