From da6323bcc11cbdf766a3da7db07124fda9d1cc53 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 20 三月 2025 09:42:05 +0800 Subject: [PATCH] 电缆配置样式修改 --- src/views/business/materialOrder/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/business/materialOrder/index.vue b/src/views/business/materialOrder/index.vue index 4a0fb77..a263e75 100644 --- a/src/views/business/materialOrder/index.vue +++ b/src/views/business/materialOrder/index.vue @@ -275,7 +275,7 @@ ], page: { total: 0, - size: 10, + size: 20, current: 1 }, tableData1: [], @@ -356,7 +356,7 @@ ], page1: { total: 0, - size: 10, + size: 20, current: 1 }, tableData2: [], @@ -533,7 +533,7 @@ ], page2: { total: 0, - size: 10, + size: 20, current: 1 }, tableData3: [], @@ -657,7 +657,7 @@ ], page3: { total: 0, - size: 10, + size: 20, current: 1 }, tableData4: [], @@ -798,7 +798,7 @@ ], page4: { total: 0, - size: 10, + size: 20, current: 1 }, entity: { -- Gitblit v1.9.3