From 5a6868db6b35f32c953b4387664754522e1063ac Mon Sep 17 00:00:00 2001 From: Yangk Date: Wed, 25 Mar 2026 13:46:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(contract):=20=E4=BC=98=E5=8C=96=E5=90=88?= =?UTF-8?q?=E5=90=8C=E5=8F=B0=E8=B4=A6=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加序号列便于数据识别 - 修复分页组件布局问题 - 将每页显示数量从10条增加到20条以提升用户体验 --- .../oa/erp/contractLedgerReport/index.vue | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/oa/erp/contractLedgerReport/index.vue b/src/views/oa/erp/contractLedgerReport/index.vue index 8a09a6b..08253fa 100644 --- a/src/views/oa/erp/contractLedgerReport/index.vue +++ b/src/views/oa/erp/contractLedgerReport/index.vue @@ -2,7 +2,13 @@
- + + @@ -120,13 +127,7 @@ - +
@@ -151,7 +152,7 @@ const queryFormRef = ref(); const queryParams = reactive({ pageNum: 1, - pageSize: 10, + pageSize: 20, customerContractCode: undefined, internalContractCode: undefined, projectCode: undefined,