|
|
@@ -642,7 +642,7 @@ export default {
|
|
|
});
|
|
|
},
|
|
|
generateListAndDownloadOfWeb() {
|
|
|
- const filterArray = ["关键字","类型"];
|
|
|
+ const filterArray = ["关键字","类型","作品内容"];
|
|
|
this.$Export.excel({
|
|
|
title: `活动作品数据导出-${moment().format("yyyy-MM-DD HH:mm:ss")}`,
|
|
|
columns: this.option.column.filter(ele=>{
|