From 9166395640600a5ec596bfbeefa00906597f095d Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 26 六月 2024 17:33:35 +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 5c37a64..ef3e999 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"> @@ -120,7 +120,7 @@ v-else-if="roleType == 2">{{ item.carNumSurplus }}</view> </view> <view class="third-line"> - <view class="third-line_text">鎻愮叅鍗曚釜鏁�:</view> + <view class="third-line_text">鏀跺彂鍗曚釜鏁�:</view> <view class="third-line_num">{{ item.tmCount }}</view> </view> </view> -- Gitblit v1.9.1