update
This commit is contained in:
parent
2869daa75f
commit
61b871a5c0
@ -54,8 +54,13 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="addBox">
|
<view class="addBox">
|
||||||
增长
|
<span>
|
||||||
<span class="addNumber" :style="{color:topDetail.RevenueINC.increaseData>0?'#E83944':topDetail.RevenueINC.increaseData<0?'#0E9976':''}">{{topDetail.RevenueINC ? `${topDetail.RevenueINC.increaseData<0?'':'+'}${$util.getMoney(topDetail.RevenueINC.increaseData / 10000)}`:'-'}}</span>
|
增长
|
||||||
|
<span class="addNumber" :style="{color:topDetail.RevenueINC.increaseData>0?'#E83944':topDetail.RevenueINC.increaseData<0?'#0E9976':''}">{{topDetail.RevenueINC ? `${topDetail.RevenueINC.increaseData<0?'':'+'}${$util.getMoney(topDetail.RevenueINC.increaseData / 10000)}`:'-'}}</span>
|
||||||
|
</span>
|
||||||
|
<span class="staticTimeText" v-if="currentScroll==='item0'">
|
||||||
|
{{ `统计口径:${selectStart}月至${selectEnd}月累计` }}
|
||||||
|
</span>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
@ -1076,6 +1081,7 @@ export default {
|
|||||||
.addBox{
|
.addBox{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@ -1094,6 +1100,12 @@ export default {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-left: 8rpx;
|
margin-left: 8rpx;
|
||||||
}
|
}
|
||||||
|
.staticTimeText{
|
||||||
|
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #9A9A9A;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.line{
|
.line{
|
||||||
|
|||||||
@ -70,8 +70,13 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="addBox">
|
<view class="addBox">
|
||||||
增长
|
<span>
|
||||||
<span class="addNumber" :style="{color:topDetail.RevenueINC.increaseData>0?'#E83944':topDetail.RevenueINC.increaseData<0?'#0E9976':''}">{{topDetail.RevenueINC ? `${topDetail.RevenueINC.increaseData<0?'':'+'}${$util.getMoney(topDetail.RevenueINC.increaseData / 10000)}`:'-'}}</span>
|
增长
|
||||||
|
<span class="addNumber" :style="{color:topDetail.RevenueINC.increaseData>0?'#E83944':topDetail.RevenueINC.increaseData<0?'#0E9976':''}">{{topDetail.RevenueINC ? `${topDetail.RevenueINC.increaseData<0?'':'+'}${$util.getMoney(topDetail.RevenueINC.increaseData / 10000)}`:'-'}}</span>
|
||||||
|
</span>
|
||||||
|
<span class="staticTimeText" v-if="currentScroll==='item0'">
|
||||||
|
{{ `统计口径:${selectStart}月至${selectEnd}月累计` }}
|
||||||
|
</span>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="line"></view>
|
<view class="line"></view>
|
||||||
@ -1595,6 +1600,7 @@ export default {
|
|||||||
.addBox{
|
.addBox{
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
font-family: PingFangSC, PingFang SC;
|
font-family: PingFangSC, PingFang SC;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
@ -1613,6 +1619,12 @@ export default {
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-left: 8rpx;
|
margin-left: 8rpx;
|
||||||
}
|
}
|
||||||
|
.staticTimeText{
|
||||||
|
|
||||||
|
font-weight: 400;
|
||||||
|
font-size: 24rpx;
|
||||||
|
color: #9A9A9A;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.line{
|
.line{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user