@@ -145,14 +145,17 @@ export default {
parameter: {},
// 按钮集合
evens: this.exportList
- ? [
- [
- this.optionsEvensAuth("export", {
- click: this.export,
- loading: false
- })
- ]
+ ? [[
+ {
+ name: '导出',
+ click: this.export,
+ loading: false
+ }
+ // this.optionsEvensAuth("export", {
+ // click: this.export,
+ // loading: false
+ // })
+ ]]
: [],
// 表格属性
defaultTableAttributes: {},