From 48e74be9bebc34a9b489ea0cafe6d028b77b6063 Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Tue, 26 Aug 2025 12:43:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20list=E4=B8=BA=E7=A9=BA?= =?UTF-8?q?=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/paymentCollection/index.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/business/CRM/paymentCollection/index.vue b/src/pages/business/CRM/paymentCollection/index.vue index f1490ba..1ea7c6f 100644 --- a/src/pages/business/CRM/paymentCollection/index.vue +++ b/src/pages/business/CRM/paymentCollection/index.vue @@ -108,7 +108,10 @@ const mescrollRef = ref(null); const upOption = ref({ page: {num: 0, size: 10}, noMoreSize: 5, - empty: {tip: '~ 空空如也 ~'}, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' });