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/procurementManagement/paymentEntry/index.vue |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/pages/procurementManagement/paymentEntry/index.vue b/src/pages/procurementManagement/paymentEntry/index.vue
index 6083918..11bf5ca 100644
--- a/src/pages/procurementManagement/paymentEntry/index.vue
+++ b/src/pages/procurementManagement/paymentEntry/index.vue
@@ -22,7 +22,7 @@
 			<!-- 绛涢�夊紑鍏� -->
 			<view class="switch-row">
 				<text class="switch-label">涓嶆樉绀哄緟浠樻涓�0</text>
-				<van-switch v-model="searchForm.status" @change="getList" size="18"/>
+				<u-switch v-model="searchForm.status" @change="getList" active-color="#2979ff" inactive-color="#e5e5e5"/>
 			</view>
 		</view>
 
@@ -70,7 +70,7 @@
 					
 					<!-- 鎿嶄綔鎸夐挳 -->
 					<view class="action-buttons">
-						<van-button
+						<u-button
 							type="primary"
 							size="small"
 							class="action-btn"
@@ -78,7 +78,7 @@
 							@click="openForm('add', item)"
 						>
 							鏂板浠樻
-						</van-button>
+						</u-button>
 					</view>
 				</view>
 			</view>
@@ -94,7 +94,13 @@
 <script setup>
 import { ref } from 'vue'
 import useUserStore from '@/store/modules/user'
-import { showToast } from 'vant'
+// 鏇挎崲 toast 鏂规硶
+const showToast = (message) => {
+  uni.showToast({
+    title: message,
+    icon: 'none'
+  })
+}
 import {onShow} from "@dcloudio/uni-app";
 import {invoiceListPage} from "@/api/procurementManagement/procurementInvoiceLedger";
 

--
Gitblit v1.9.3