From 64ee1d179fa2fc57b7f24698cedbbcc9f30fea8a Mon Sep 17 00:00:00 2001
From: wk
Date: 星期三, 03 七月 2024 17:23:40 +0800
Subject: [PATCH] feat:测试问题

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 14c0247..e8f086d 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -69,9 +69,9 @@
 									<view class="sign">瑁�</view>
 									<view class="filedname">
 										<text
-											v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '杞嚭'">{{ value.deptName || '' }}</text>
+											v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '澶栭攢閫�' || value.orderType == '杞嚭'">{{ value.deptName || '' }}</text>
 										<text
-											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '杞叆'">{{ value.customerName || '' }}</text>
+											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.customerName || '' }}</text>
 									</view>
 								</view>
 								<view class="main-divider"></view>
@@ -82,15 +82,15 @@
 									<view class="sign">鍗�</view>
 									<view class="filedname">
 										<text
-											v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '杞嚭'">{{ value.customerName || '' }}</text>
+											v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '澶栭攢閫�' || value.orderType == '杞嚭'">{{ value.customerName || '' }}</text>
 										<text
-											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '杞叆'">{{ value.deptName || '' }}</text>
+											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.deptName || '' }}</text>
 									</view>
 								</view>
 							</view>
 							<view class="second-line">
 								<view class="coal-name">
-									<view class="">{{ value.productName }}</view>
+									<view class="">{{ value.productNames || value.productName }}</view>
 									<view class="black-bar"></view>
 									<view class="coal-type"
 										v-if="value.orderType">{{ value.orderType }}</view>

--
Gitblit v1.9.1