|
@@ -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,
|