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 | 15 ++++++--------- 1 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/pages/procurementManagement/paymentEntry/index.vue b/src/pages/procurementManagement/paymentEntry/index.vue index b3424c8..11bf5ca 100644 --- a/src/pages/procurementManagement/paymentEntry/index.vue +++ b/src/pages/procurementManagement/paymentEntry/index.vue @@ -15,14 +15,14 @@ /> </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 class="switch-row"> <text class="switch-label">涓嶆樉绀哄緟浠樻涓�0</text> - <u-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> @@ -35,12 +35,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.purchaseContractNumber }}</text> </view> </view> - <u-divider></u-divider> + <up-divider></up-divider> <view class="item-details"> <view class="detail-row"> <text class="detail-label">閿�鍞悎鍚屽彿</text> @@ -94,11 +94,6 @@ <script setup> import { ref } from 'vue' import useUserStore from '@/store/modules/user' -// 鏇挎崲 Vant 鐨� toast -// import { showToast } from 'vant' -import {onShow} from "@dcloudio/uni-app"; -import {invoiceListPage} from "@/api/procurementManagement/procurementInvoiceLedger"; - // 鏇挎崲 toast 鏂规硶 const showToast = (message) => { uni.showToast({ @@ -106,6 +101,8 @@ icon: 'none' }) } +import {onShow} from "@dcloudio/uni-app"; +import {invoiceListPage} from "@/api/procurementManagement/procurementInvoiceLedger"; // 鍝嶅簲寮忔暟鎹� const tableData = ref([]) -- Gitblit v1.9.3