From 84c4da09d48a202cba443321836519a18495196a Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 11 四月 2023 09:17:57 +0800 Subject: [PATCH] 微信小程序orderTye 改为 orderType --- pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue index 3b96ba9..53c8404 100644 --- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue +++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue @@ -3,7 +3,7 @@ <view class="bangDanMessage"> <view class=""> <text>瀹㈡埛锛歿{ coalDetailsData.customerName || '' }}</text> - <text>鐭垮巶锛歿{ coalDetailsData.deptName || '' }}</text> + <text>鐭垮満锛歿{ coalDetailsData.deptName || '' }}</text> </view> <view class=""> <text>鐨噸锛歿{ coalDetailsData.skin || '' }}</text> @@ -11,7 +11,7 @@ <text>鍑�閲嶏細{{ coalDetailsData.clean || '' }}</text> </view> <view class=""> - <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderTye || '' }}</text> + <text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderType || '' }}</text> <text>鐘舵�侊細{{ coalStatus[coalDetailsData.status] }}</text> </view> <view class=""> -- Gitblit v1.9.1