瀏覽代碼

no message

linwenxin 1 年之前
父節點
當前提交
6913fe084d
共有 1 個文件被更改,包括 11 次插入8 次删除
  1. 11 8
      src/components/template/template-page-1.vue

+ 11 - 8
src/components/template/template-page-1.vue

@@ -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: {},