From 1234fa93988e8462cebc36aefa33511298cf93e6 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 13 五月 2024 10:08:42 +0800 Subject: [PATCH] fix:冀中无人值守统计页面不显示数据bug --- pages/customer-page/customer-index/customer-index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index ed5c598..5bf9623 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -208,8 +208,8 @@ total: 0, // 鏄惁鏄剧ず鏇村鏁版嵁 showMoreData: false, - cars2: "", - carNum: "", + cars2: "", //棰嗗彇鏃ヨ鍒掔殑杞︽暟 + carNum: "", //鏃ヨ鍒掔殑鎬昏溅鏁� // 鍓╀綑鐨勬彁鐓ゅ崟鏁伴噺 carNumSurplus: '', canClick: false, @@ -268,6 +268,7 @@ }, []); return arrays; }, + //棰嗗彇寮规 popupDetermineClick() { if (this.receiveNum > 0) { this.popupDetermineClickLoading = true; @@ -326,7 +327,7 @@ this.$u.toast('宸茶秴杩囧綋鍓嶆棩璁″垝鎻愮叅鍗曟暟閲�,璇烽噸鏂拌緭鍏�') } }, - // 鎻愮叅鍗曡鎯� + // 锛堥《閮級鍙戣繍璁″垝璇︽儏 cardBodyClick(v) { uni .navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&code=${v.code}&cars2=${v.cars2}` }); @@ -692,4 +693,4 @@ } } } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1