diff --git a/src/pages/business/CRM/customer/changeCustomerOwner.vue b/src/pages/business/CRM/customer/changeCustomerOwner.vue index 5df8146..af43b36 100644 --- a/src/pages/business/CRM/customer/changeCustomerOwner.vue +++ b/src/pages/business/CRM/customer/changeCustomerOwner.vue @@ -126,7 +126,10 @@ let list = ref([]); const upOption = ref({ page: {num: 0, size: 10}, noMoreSize: 5, - empty: {tip: '~ 空空如也 ~'}, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/customer/customerAudit.vue b/src/pages/business/CRM/customer/customerAudit.vue index 31f23eb..533fcf5 100644 --- a/src/pages/business/CRM/customer/customerAudit.vue +++ b/src/pages/business/CRM/customer/customerAudit.vue @@ -110,7 +110,10 @@ let list = ref([]); const upOption = ref({ page: {num: 0, size: 10}, noMoreSize: 5, - empty: {tip: '~ 空空如也 ~'}, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/customer/customerUserBelong.vue b/src/pages/business/CRM/customer/customerUserBelong.vue index a4a5cbd..50ef41f 100644 --- a/src/pages/business/CRM/customer/customerUserBelong.vue +++ b/src/pages/business/CRM/customer/customerUserBelong.vue @@ -132,7 +132,10 @@ let list = ref([]); const upOption = ref({ page: {num: 0, size: 10}, noMoreSize: 5, - empty: {tip: '~ 空空如也 ~'}, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/customer/selectCustomer.vue b/src/pages/business/CRM/customer/selectCustomer.vue index 7126d19..d116b74 100644 --- a/src/pages/business/CRM/customer/selectCustomer.vue +++ b/src/pages/business/CRM/customer/selectCustomer.vue @@ -80,7 +80,10 @@ let cssFlag=ref(false);//控制样式 const upOption = ref({ page: { num: 0, size: 10 }, noMoreSize: 5, - empty: { tip: '~ 空空如也 ~' }, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue b/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue index 7ea76e3..ca911da 100644 --- a/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue +++ b/src/pages/business/CRM/mainOwner/audit/mainOwnerChangeAudit.vue @@ -122,7 +122,10 @@ let list = ref([]); const upOption = ref({ page: {num: 0, size: 10}, noMoreSize: 5, - empty: {tip: '~ 空空如也 ~'}, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue b/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue index 9a1bcc4..621d22f 100644 --- a/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue +++ b/src/pages/business/CRM/mainOwner/view/viewMainOwner.vue @@ -155,7 +155,10 @@ const upCallback = async (mescroll) => { const upOption = ref({ page: { num: 0, size: 10 }, noMoreSize: 5, - empty: { tip: '~ 空空如也 ~' }, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/marketActivity/auditReport.vue b/src/pages/business/CRM/marketActivity/auditReport.vue index bd69b03..8e87aa0 100644 --- a/src/pages/business/CRM/marketActivity/auditReport.vue +++ b/src/pages/business/CRM/marketActivity/auditReport.vue @@ -80,7 +80,10 @@ onMounted(() => { const upOption = ref({ page: { num: 0, size: 10 }, noMoreSize: 5, - empty: { tip: '~ 空空如也 ~' }, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/marketActivity/visitReport.vue b/src/pages/business/CRM/marketActivity/visitReport.vue index f671354..1871a9f 100644 --- a/src/pages/business/CRM/marketActivity/visitReport.vue +++ b/src/pages/business/CRM/marketActivity/visitReport.vue @@ -141,7 +141,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: '已经到底了' }); diff --git a/src/pages/business/CRM/marketActivity/visitReportView.vue b/src/pages/business/CRM/marketActivity/visitReportView.vue index 7b0be94..f2d9774 100644 --- a/src/pages/business/CRM/marketActivity/visitReportView.vue +++ b/src/pages/business/CRM/marketActivity/visitReportView.vue @@ -140,7 +140,10 @@ const upCallback = async (mescroll) => { const upOption = ref({ page: { num: 0, size: 10 }, noMoreSize: 5, - empty: { tip: '~ 空空如也 ~' }, + empty: { + tip: '~ 空空如也 ~', + icon: "../../static/images/mescroll-empty.png" + }, textLoading: '加载中...', textNoMore: '已经到底了' }); diff --git a/src/pages/business/CRM/marketInformation/marketInformationReview.vue b/src/pages/business/CRM/marketInformation/marketInformationReview.vue index 3190111..03fa6b3 100644 --- a/src/pages/business/CRM/marketInformation/marketInformationReview.vue +++ b/src/pages/business/CRM/marketInformation/marketInformationReview.vue @@ -103,7 +103,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: '已经到底了' }); diff --git a/src/pages/business/CRM/plan/planView.vue b/src/pages/business/CRM/plan/planView.vue index f265deb..d0d796e 100644 --- a/src/pages/business/CRM/plan/planView.vue +++ b/src/pages/business/CRM/plan/planView.vue @@ -144,7 +144,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: '已经到底了' });