From 754f4ccb397866d31bcfa71c3c8099539647a18b Mon Sep 17 00:00:00 2001
From: 张诺 <zhang_12370@163.com>
Date: 星期五, 24 四月 2026 16:56:13 +0800
Subject: [PATCH] feat(设备保养/销售台账): 新增保养项目字段并统一数字格式显示

---
 src/pages/sales/invoiceLedger/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pages/sales/invoiceLedger/index.vue b/src/pages/sales/invoiceLedger/index.vue
index d5d0b17..0788c4d 100644
--- a/src/pages/sales/invoiceLedger/index.vue
+++ b/src/pages/sales/invoiceLedger/index.vue
@@ -84,7 +84,7 @@
             </view>
           </view>
           <view class="action-buttons">
-            <up-button type="primary"
+            <!-- <up-button type="primary"
                        size="small"
                        class="action-btn"
                        @click="openEdit(item)">
@@ -96,7 +96,7 @@
                        class="action-btn"
                        @click="handleDelete(item)">
               鍒犻櫎
-            </up-button>
+            </up-button> -->
             <!--						<up-button-->
             <!--							size="small"-->
             <!--							plain-->

--
Gitblit v1.9.3