From 37a0b120e66bcda386b0a8c256ca0fe9f09b29cb Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 29 六月 2023 18:16:26 +0800 Subject: [PATCH] 司机首页添加状态,细节修改 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue index 837d437..a416b90 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue @@ -11,7 +11,7 @@ <view class="body-container"> <view class="container-block"> <view class="">鎻愮叅鍗曠姸鎬�</view> - <view class="">{{ coalStatus[yyDailyList.status] }}</view> + <view class="">{{ coalStatus[yyDailyList.statusWeigh]||'' }}</view> </view> </view> <view class="body-container"> @@ -101,9 +101,7 @@ id: '', yyDailyList: {}, orderPlanDetail: {}, - coalStatus: ['棰嗗彇', '棰勭害', '绛惧埌', '鍏ュ満', '绉扮毊', '绉版瘺', '绂诲満', '鍏ョ鎴�', '鍑虹鎴�', '鍏ョ叅浠�', '鍑虹叅浠�', '鏀剧┖', '浣滃簾', '鍏ュ満鐢宠', - '杩涘叆鍦洪櫌' - ], + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'], index: '' }; }, -- Gitblit v1.9.1