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: '已经到底了' });