chenrui 2 سال پیش
والد
کامیت
264208382f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pages/sales/orderInfoModal.vue

+ 1 - 1
pages/sales/orderInfoModal.vue

@@ -9,7 +9,7 @@
 				</view>
 				<view class="order-info-list">
 					<text class="info-item-tit">客户名称:</text>
-					<text class="info-item-txt">{{ (infoData && infoData.buyerName) || '--' }}</text>
+					<text class="info-item-txt">{{infoData&&infoData.buyerNameCurrent?infoData.buyerName?infoData.buyerName==infoData.buyerNameCurrent?infoData.buyerNameCurrent:infoData.buyerNameCurrent+'('+infoData.buyerName+')':infoData.buyerNameCurrent:'--' }}</text>
 				</view>
 				<view class="order-info-list">
 					<text class="info-item-tit">客户地址:</text>