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-index/customer-index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 1baa345..313c287 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -45,7 +45,7 @@ </view> <view class="second-line" style="width: 94%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;" - v-if="item.orderType==='鍐呴攢'||item.orderType==='澶栬喘'"> + v-if="item.orderType==='鍐呴攢'||item.orderType==='澶栬喘' || item.orderType==='澶栬喘閫�'"> {{item.customerName}} </view> <view class="second-line"> @@ -348,7 +348,7 @@ // 鐐瑰嚮鍘嗗彶鎻愮叅鍗曡幏鍙栬鎯� faYundetail(v) { uni.navigateTo({ - url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&productNames=${v.productNames}&deptName=${v.deptName}` + url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&productNames=${v.productNames || v.productName}&deptName=${v.deptName}` }); }, // 杞彂 -- Gitblit v1.9.1