lex-xin 5 年之前
父节点
当前提交
4c86c2415d
共有 3 个文件被更改,包括 3 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.9483f08f.js
  3. 3 1
      src/views/orderAccount/index.vue

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.9483f08f.js


+ 3 - 1
src/views/orderAccount/index.vue

@@ -119,6 +119,7 @@
 import { getBranches, orderListPage, getMusicTeams } from "@/api/table";
 import qs from "qs";
 import { scrollTo } from '@/utils/scroll-to'
+import '@/assets/tableExport.jquery.plugin.js'
 export default {
   data () {
     return {
@@ -281,7 +282,8 @@ export default {
         this.page = 1
         this.getstudentList(9999, () => {
               setTimeout(() => {
-                  this.method5('tableid');
+                  // this.method5('tableid');
+                  $('#tableid').tableExport({type:'excel'});
               }, 100);
         })
         // this.method5('tableid');

部分文件因为文件数量过多而无法显示