This commit is contained in:
cclu 2024-04-26 18:39:19 +08:00
parent 2869daa75f
commit 61b871a5c0
2 changed files with 28 additions and 4 deletions

View File

@ -54,8 +54,13 @@
</view>
<view class="addBox">
增长
<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="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 class="line"></view>
@ -1076,6 +1081,7 @@ export default {
.addBox{
display: flex;
align-items: center;
justify-content: space-between;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
@ -1094,6 +1100,12 @@ export default {
font-style: normal;
margin-left: 8rpx;
}
.staticTimeText{
font-weight: 400;
font-size: 24rpx;
color: #9A9A9A;
}
}
.line{

View File

@ -70,8 +70,13 @@
</view>
<view class="addBox">
增长
<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="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 class="line"></view>
@ -1595,6 +1600,7 @@ export default {
.addBox{
display: flex;
align-items: center;
justify-content: space-between;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
@ -1613,6 +1619,12 @@ export default {
font-style: normal;
margin-left: 8rpx;
}
.staticTimeText{
font-weight: 400;
font-size: 24rpx;
color: #9A9A9A;
}
}
.line{