From f09c2712c1c3f1eeed9350faa14589e5448def9c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 16 七月 2025 14:56:10 +0800 Subject: [PATCH] 1.质量管理-弹框名称修改 --- src/views/procurementManagement/invoiceEntry/index.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/procurementManagement/invoiceEntry/index.vue b/src/views/procurementManagement/invoiceEntry/index.vue index 0a22685..75c4bda 100644 --- a/src/views/procurementManagement/invoiceEntry/index.vue +++ b/src/views/procurementManagement/invoiceEntry/index.vue @@ -116,12 +116,12 @@ { label: "渚涘簲鍟嗗悕绉�", prop: "supplierName", - width:200 + width:300 }, { label: "椤圭洰鍚嶇О", prop: "projectName", - width:150 + width:400 }, { label: "褰曞叆浜�", @@ -237,8 +237,9 @@ } }; -const changePage = ({ page }) => { +const changePage = ({ page, limit }) => { pagination.currentPage = page; + pagination.pageSize = limit; onCurrentChange(page); }; // 涓昏〃鍚堣鏂规硶 -- Gitblit v1.9.3