From 80a3aa28c4e66df31c6032e3098aeb376198f2d7 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期五, 30 六月 2023 16:51:39 +0800
Subject: [PATCH] 验质功能增加逻辑修复错误

---
 pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
index e88638e..2001690 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -81,7 +81,7 @@
 							<view class="divider"><u-divider></u-divider></view>
 							<view class="first-line">
 								<view class="car-num">{{ item.carNo || '' }}</view>
-								<view class="order-type">{{ coalStatus[item.status] }}</view>
+								<view class="order-type">{{ coalStatus[item.statusWeigh]||'' }}</view>
 							</view>
 							<view class="second-line">
 								<view class="line-content">
@@ -122,9 +122,7 @@
 				orderPlanId: null,
 				orderCode: null,
 				orderPlanDetail: {},
-				coalStatus: ['棰嗗彇', '棰勭害', '绛惧埌', '鍏ュ満', '绉扮毊', '绉版瘺', '绂诲満', '鍏ョ鎴�', '鍑虹鎴�', '鍏ョ叅浠�', '鍑虹叅浠�', '鏀剧┖', '浣滃簾', '鍏ュ満鐢宠',
-					'杩涘叆鍦洪櫌'
-				],
+				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚'],
 				yyDailyList: [],
 				// 棰嗗彇鏁伴噺
 				cars2: '',

--
Gitblit v1.9.1