|
@@ -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 }}
|