Browse Source

修改使用记录标题

chenrui 2 years ago
parent
commit
1c1da366a9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/bundelDetail/index.vue

+ 2 - 1
pages/bundelDetail/index.vue

@@ -19,7 +19,8 @@
 								<view class="r_box" v-if="!item.qtyShowFlag || item.qtyShowFlag == 1">剩余{{item.currentQty}}{{item.unitType}}</view>
 								<view class="r_box" v-if="!item.qtyShowFlag || item.qtyShowFlag == 1">剩余{{item.currentQty}}{{item.unitType}}</view>
 							</view>
 							</view>
 							<view v-if="current==1">
 							<view v-if="current==1">
-								<view class="l_box">{{item.serveName}}</view>
+								<view class="l_box" v-if="item.customerShowName">{{item.customerShowName}}</view>
+								<view class="l_box" v-else>{{item.serveName}}</view>
 								<view class="flex align_center justify_between" style="padding-top: 0.2em;color:#999">
 								<view class="flex align_center justify_between" style="padding-top: 0.2em;color:#999">
 									<view>使用{{item.qty}}{{item.unitType?item.unitType:''}}</view>
 									<view>使用{{item.qty}}{{item.unitType?item.unitType:''}}</view>
 									<view>{{item.createDate.split(' ')[0]}}</view>
 									<view>{{item.createDate.split(' ')[0]}}</view>