xiaodai2022 2 năm trước cách đây
mục cha
commit
4d987c26f2

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/app.js


+ 6 - 8
src/components/globalComponents/ex-table/main.vue

@@ -267,14 +267,6 @@ export default {
         return this.conditions.some((item) => item.prop === col.prop);
       };
     },
-  },
-  data() {
-    return {
-      // 表格选中项
-      tableSelection: [],
-    };
-  },
-  computed: {
     page_curr() {
       return this.page.curr;
     },
@@ -285,6 +277,12 @@ export default {
       return this.page.total;
     },
   },
+  data() {
+    return {
+      // 表格选中项
+      tableSelection: [],
+    };
+  },
   watch: {
     page_curr: function (val) {
       this.page.curr = val;

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác