From 642ce80036a23316710ff1fe1ab8526a39b33c9c Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期六, 12 七月 2025 14:46:57 +0800 Subject: [PATCH] 1.付款登记-不能删除 --- src/views/procurementManagement/procurementInvoiceLedger/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/procurementManagement/procurementInvoiceLedger/index.vue b/src/views/procurementManagement/procurementInvoiceLedger/index.vue index f969167..007005f 100644 --- a/src/views/procurementManagement/procurementInvoiceLedger/index.vue +++ b/src/views/procurementManagement/procurementInvoiceLedger/index.vue @@ -152,7 +152,7 @@ { label: "瀹㈡埛鍚嶇О", prop: "customerName", - width: 150, + width: 240, }, { label: "渚涘簲鍟嗗悕绉�", @@ -193,7 +193,7 @@ { label: "涓嶅惈绋庨噾棰�", prop: "unTicketsPrice", - width: 100, + width: 200, formatData: (cell) => { return cell ? parseFloat(cell).toFixed(2) : 0; }, @@ -201,7 +201,7 @@ { label: "澧炲�肩◣", prop: "invoiceAmount", - width: 100, + width: 200, }, { label: "闄勪欢", -- Gitblit v1.9.3