liujq 3 年之前
父節點
當前提交
a7c935081f

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.ab512a76.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.dbab49d0.js


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-libs.6cae90aa.js


+ 2 - 2
src/components/Common/TableList.vue

@@ -381,7 +381,7 @@
         background
         :current-page="currentPage"
         :page-sizes="[5, 10, 20, 30, 40, 50]"
-        :layout="hasSizeChange ? 'total, sizes, prev, pager, next' : 'total, prev, pager, next'"
+        :layout="hasSizeChange ? 'total, sizes, prev, pager, next, jumper' : 'total, prev, pager, next'"
         :page-size="pageSize"
         :total="totalRecords"
         :pager-count="5"
@@ -423,7 +423,7 @@ export default {
     },
     hasSizeChange: {
       type: Boolean,
-      default: false
+      default: true
     },
     insertSlotArr: {
       default: () => [],

部分文件因文件數量過多而無法顯示