|
@@ -105,7 +105,7 @@ export default {
|
|
|
handler() {
|
|
|
if (this.columnList && this.columnList.length) {
|
|
|
this.exportColumnList = this.columnList.map(item => {
|
|
|
- return { ...item.exportField, isExport: true }
|
|
|
+ return { ...item.exportField, isExport: !item.hidden }
|
|
|
})
|
|
|
this.dialogVisible = true
|
|
|
} else {
|