From 43f105070cf75a057d1d0ce4ff330c3b19a21ab0 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 12 七月 2025 13:45:52 +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