forked from angelo/web-retail-h5
## Opt - 业绩改金额
This commit is contained in:
parent
ece900a346
commit
61415f9e79
|
@ -91,7 +91,8 @@
|
|||
<view class="item-performance">
|
||||
<view class="performance-row">
|
||||
<view class="performance-group">
|
||||
<text class="performance-label">销售业绩</text>
|
||||
<!-- <text class="performance-label">销售业绩</text>-->
|
||||
<text class="performance-label">销售金额</text>
|
||||
<text class="performance-value">{{
|
||||
item.currentMonthPv
|
||||
}}</text>
|
||||
|
@ -105,7 +106,8 @@
|
|||
</view>
|
||||
<view class="performance-row">
|
||||
<view class="performance-group">
|
||||
<text class="performance-label">复购业绩</text>
|
||||
<!-- <text class="performance-label">复购业绩</text>-->
|
||||
<text class="performance-label">复购金额</text>
|
||||
<text class="performance-value">{{
|
||||
item.repurchasePv
|
||||
}}</text>
|
||||
|
|
Loading…
Reference in New Issue