From d6a5b791f86f132dfb24c75021a200538b68b929 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期日, 02 七月 2023 18:29:43 +0800 Subject: [PATCH] 称重逻辑增加判断 --- pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue index 2001690..6713d78 100644 --- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue +++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue @@ -25,7 +25,7 @@ font-weight: 400; color: #F81414; text-shadow: 0rpx 4rpx 0rpx #1A66FE;"> - /{{ cars2 ||carNum||'' }} + /{{ (cars2||'') ||(carNum||'')||'' }} </text> </view> </view> @@ -122,7 +122,7 @@ orderPlanId: null, orderCode: null, orderPlanDetail: {}, - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'], + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'], yyDailyList: [], // 棰嗗彇鏁伴噺 cars2: '', -- Gitblit v1.9.1