From 025e46e11cb2962fd7692adfa401333758cc779b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 02 九月 2025 14:00:34 +0800
Subject: [PATCH] 修改组件

---
 src/pages/sales/invoicingRegistration/index.vue |   39 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/src/pages/sales/invoicingRegistration/index.vue b/src/pages/sales/invoicingRegistration/index.vue
index a89af00..43f21dc 100644
--- a/src/pages/sales/invoicingRegistration/index.vue
+++ b/src/pages/sales/invoicingRegistration/index.vue
@@ -14,7 +14,7 @@
 					/>
 				</view>
 				<view class="filter-button" @click="getList">
-					<u-icon name="search" size="24" color="#999"></u-icon>
+					<up-icon name="search" size="24" color="#999"></up-icon>
 				</view>
 			</view>
 		</view>
@@ -26,12 +26,12 @@
 					<view class="item-header">
 						<view class="item-left">
 							<view class="document-icon">
-								<u-icon name="file-text" size="16" color="#ffffff"></u-icon>
+								<up-icon name="file-text" size="16" color="#ffffff"></up-icon>
 							</view>
 							<text class="item-id">{{ item.salesContractNo }}</text>
 						</view>
 					</view>
-					<u-divider></u-divider>
+					<up-divider></up-divider>
 					
 					<view class="item-details">
 						<view class="detail-row">
@@ -66,23 +66,22 @@
 					
 					<!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
 					<view class="action-buttons">
-						<u-button
-							type="primary"
-							size="small"
-							@click="handleAddInvoice(item)"
-							class="action-btn"
-							:disabled="item.noInvoiceAmountTotal == 0"
-						>
-							鏂板寮�绁�
-						</u-button>
-						<u-button
-							type="info"
-							size="small"
-							@click="handleViewDetail(item)"
-							class="action-btn"
-						>
-							鏌ョ湅璇︽儏
-						</u-button>
+						<up-button
+			type="primary"
+			size="small"
+			@click="handleAddInvoice(item)"
+			class="action-btn"
+			:disabled="item.noInvoiceAmountTotal == 0"
+		>
+			鏂板寮�绁�
+		</up-button>
+		<up-button
+			size="small"
+			@click="handleViewDetail(item)"
+			class="action-btn"
+		>
+			鏌ョ湅璇︽儏
+		</up-button>
 					</view>
 				</view>
 			</view>

--
Gitblit v1.9.3