Browse Source

计划单统计表-分页条数

jbb 1 year ago
parent
commit
29ca485dae
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/cost-allocation-total/inancialReconciliation.vue

+ 4 - 4
src/views/cost-allocation-total/inancialReconciliation.vue

@@ -395,14 +395,14 @@ export default {
         // index: '',
         // planNum: '',
         // customerShortame: '',
-        pageSize:100,
+        pageSize:50,
         pageNo: '' // 点击的页数
       },
       // 分页
       pagination: {
-        pageSizeOptions: ["100","150", "500"],
+        pageSizeOptions: ["50","100","150", "500"],
         showSizeChanger: true,
-        pageSize:100
+        pageSize:50
       },
       dateFormat: 'YYYY-MM-DD',
       loading: false // 表格加载
@@ -429,7 +429,7 @@ export default {
               total: res.result.total,
               current: res.result.current,
               pageSize: res.result.size,
-              pageSizeOptions: ["100","150", "500"],
+              pageSizeOptions: ["50","100","150", "500"],
               showSizeChanger: true,
             }
           }else{