Преглед изворни кода

feat:积分记录新增一个字段:来源人名称。适用于业务员的积分给经销商的场景

yingjian.wu пре 1 месец
родитељ
комит
a837259da3
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      pages/cjx/shop/score_list.vue

+ 1 - 0
pages/cjx/shop/score_list.vue

@@ -20,6 +20,7 @@
           <text class="record-type">{{ record.type }}</text>
           <text class="record-type">{{ record.type }}</text>
           <text class="record-detail">门店名称:{{ record.storeName }}</text>
           <text class="record-detail">门店名称:{{ record.storeName }}</text>
           <text class="record-detail">获得时间:{{ record.time }}</text>
           <text class="record-detail">获得时间:{{ record.time }}</text>
+		  <text class="record-detail">来源人名称:{{ record.sourceName }}</text>
         </view>
         </view>
         <view class="record-points" :class="record.amount > 0 ? 'income' : 'expense'">
         <view class="record-points" :class="record.amount > 0 ? 'income' : 'expense'">
           {{ record.amount > 0 ? '+' : '' }}{{ record.amount }}
           {{ record.amount > 0 ? '+' : '' }}{{ record.amount }}