From 5c7d78e847739fbd4af4aa28359fc3ee36763a19 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 10 七月 2024 08:31:27 +0800
Subject: [PATCH] feat:修改业务文字,原发磅单上传增加条件

---
 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 07b366e..330b4dd 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails.vue
@@ -60,7 +60,7 @@
 				</view>
 			</view>
 			<view class="block-top">
-				<combined-title title="鎻愮叅鍗曞巻鍙�"></combined-title>
+				<combined-title title="鏀跺彂鍗曞巻鍙�"></combined-title>
 				<view class="total">
 					鎬诲噣閲�
 					<text>{{ Number(total).toFixed(2) || 0 }}</text>
@@ -90,7 +90,7 @@
 								</view>
 								<view class="line-content">
 									<view class="line-content_text">浣欓噺</view>
-									<view class="line-content_num">{{ Number(item.allowance).toFixed(2)  || 0 }}</view>
+									<view class="line-content_num">{{ Number(item.orderSurplus).toFixed(2)  || 0 }}</view>
 								</view>
 							</view>
 						</view>

--
Gitblit v1.9.1