From 6cb6a76d779335f8bc9f1e2a3431b2903558a075 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 20 十二月 2023 09:50:28 +0800
Subject: [PATCH] 验质扣罚金额bugFix

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 7cdea7d..23d8de2 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -90,6 +90,10 @@
 								<view class="coal-type">{{ value.orderType }}</view> -->
 							</view>
 							<view class="third-line">
+								<text  class="carnum-text" style="font-size: 28rpx;">鍒涘缓鏃堕棿锛�</text>
+								<view class="carnum-text">{{ value.createTime || '' }}</view>
+							</view>
+							<view class="third-line">
 								<view class="carnum-icon">
 									<image :src="`${onlineurl}/appimg/image/banner/carNO.png`"
 										mode="widthFix"></image>
@@ -332,7 +336,7 @@
 				// 鐐瑰嚮鍙崇澶磋鎯呭脊绐�
 				faYunDetailobj: {},
 				modalShow: false,
-				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'],
+				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '澶勭悊瀹屾垚'],
 				onlineurl,
 			};
 		},
@@ -1023,7 +1027,7 @@
 						}
 
 						.third-line {
-							width: 40%;
+							width: 80%;
 							min-height: vww(15);
 							display: flex;
 							justify-content: flex-start;

--
Gitblit v1.9.1