forked from angelo/web-retail-h5
Compare commits
No commits in common. "cddf0dfc70040c99f8b0af316f0d12a63ac64115" and "c97341eb1e31e14a2eb374ee3aff9a124a4b1bef" have entirely different histories.
cddf0dfc70
...
c97341eb1e
|
|
@ -23,8 +23,7 @@
|
|||
<text class="value">{{ item.creationTime }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
<!-- <text class="label">注册业绩</text>-->
|
||||
<text class="label">注册金额</text>
|
||||
<text class="label">注册业绩</text>
|
||||
<text class="value">{{ item.consumeAchieve }}</text>
|
||||
</view>
|
||||
<view class="item-row">
|
||||
|
|
|
|||
|
|
@ -44,8 +44,7 @@
|
|||
<view class="special-performance-compact">
|
||||
<view class="special-performance-row">
|
||||
<view class="special-performance-item-compact">
|
||||
<!-- <text class="special-performance-label-compact">销售业绩</text>-->
|
||||
<text class="special-performance-label-compact">销售金额</text>
|
||||
<text class="special-performance-label-compact">销售业绩</text>
|
||||
<text class="special-performance-value-compact">{{
|
||||
specialData.currentMonthPv
|
||||
}}</text>
|
||||
|
|
@ -59,8 +58,7 @@
|
|||
</view>
|
||||
<view class="special-performance-row">
|
||||
<view class="special-performance-item-compact">
|
||||
<!-- <text class="special-performance-label-compact">复购业绩</text>-->
|
||||
<text class="special-performance-label-compact">复购金额</text>
|
||||
<text class="special-performance-label-compact">复购业绩</text>
|
||||
<text class="special-performance-value-compact">{{
|
||||
specialData.repurchasePv
|
||||
}}</text>
|
||||
|
|
@ -91,8 +89,7 @@
|
|||
<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>
|
||||
|
|
@ -106,8 +103,7 @@
|
|||
</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>
|
||||
|
|
|
|||
|
|
@ -62,17 +62,9 @@
|
|||
<view class="tit5"> x{{ ctem.quantity }} </view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="order-info-row">
|
||||
<view class="tit1"> {{ '创建时间' }}:{{ item.creationTime }} </view>
|
||||
<view class="order-amount-highlight">
|
||||
<text class="amount-label">订单金额:</text>
|
||||
<text class="amount-value">{{
|
||||
item.orderAmount | numberToCurrency | isLocal
|
||||
}}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="tit1"> {{ '创建时间' }}:{{ item.creationTime }} </view>
|
||||
</view>
|
||||
<view v-if="[0, 3, 5].includes(item.orderStatus)" class="xian"></view>
|
||||
<view class="xian"></view>
|
||||
<view class="disFlex">
|
||||
<view style="flex: 1"></view>
|
||||
<view class="disFlex">
|
||||
|
|
@ -823,36 +815,6 @@ export default {
|
|||
color: #333333;
|
||||
}
|
||||
|
||||
.order-info-row {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top: 16rpx;
|
||||
padding-top: 16rpx;
|
||||
border-top: 1rpx solid #f5f5f5;
|
||||
}
|
||||
|
||||
.order-amount-highlight {
|
||||
font-family: Source Han Sans CN;
|
||||
color: #f82c1a;
|
||||
// background: rgba(248, 44, 26, 0.08);
|
||||
// padding: 8rpx 16rpx;
|
||||
// border-radius: 8rpx;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.amount-label {
|
||||
font-size: 22rpx;
|
||||
font-weight: 400;
|
||||
margin-right: 4rpx;
|
||||
}
|
||||
|
||||
.amount-value {
|
||||
font-size: 32rpx;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.xian {
|
||||
background: #eee;
|
||||
height: 2rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue