新增表格参数(导出方式&导出文件类型)

This commit is contained in:
RuoYi
2021-05-24 10:40:36 +08:00
parent 2a826bd5b5
commit 1b7c5258f5
7 changed files with 113 additions and 2379 deletions

View File

@ -25,9 +25,13 @@
showToggle: false,
showColumns: false,
showExport: true,
exportDataType: 'selected', // 导出选择数据
exportTypes: ['json', 'xml', 'csv', 'txt', 'sql', 'excel'], // 导出的文件类型
exportOptions: {
ignoreColumn: [0, 8] //忽略第一列和最后一列
fileName: '用户数据', // 文件名称设置
ignoreColumn: [0, 8] // 忽略第一列和最后一列
},
clickToSelect: true,
columns: [{
checkbox: true
},