魏志佳 4 rokov pred
rodič
commit
d28fcc6725

+ 10 - 10
src/views/modules/Statistics/videoStatics/KSvideoStatics.vue

@@ -329,15 +329,15 @@ const columnsFixd = [
     width:120,
     fixed: 'left'
   },
-    {
-    title:'操作',
-    dataIndex:'operation',
-    key:'operation',
-    scopedSlots: { customRender: 'operation' },
-    align: 'center',
-    width:90,
-    fixed: 'left'
-  },
+  // {
+  //   title:'操作',
+  //   dataIndex:'operation',
+  //   key:'operation',
+  //   scopedSlots: { customRender: 'operation' },
+  //   align: 'center',
+  //   width:90,
+  //   fixed: 'left'
+  // },
 
   {
     title: '创建时间',
@@ -766,7 +766,7 @@ export default {
         let column = this.columns.map((item, index) => {
           return item.dataIndex
         })      
-        columns=column.splice(8)
+        columns=column.splice(this.columnsFixd.length)
       }
       downFilePost('/ctop/kuaishou/videoReport/excelV2', {
         columns,