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');

Някои файлове не бяха показани, защото твърде много файлове са промени