lex-xin 5 years ago
parent
commit
4c86c2415d
3 changed files with 3 additions and 1 deletions
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.9483f08f.js
  3. 3 1
      src/views/orderAccount/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 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');

Some files were not shown because too many files changed in this diff