首页提示不对修改

This commit is contained in:
ylj20011123 2025-11-26 14:13:19 +08:00
parent 9c6c07f471
commit fb0451de2d

View File

@ -101,7 +101,7 @@
<view class="yearAccountItem" style="margin-bottom: 24rpx"> <view class="yearAccountItem" style="margin-bottom: 24rpx">
<view class="itemTop"> <view class="itemTop">
<view class="itemName">{{ (Math.floor(index / 12) + 2024).toString().slice(2, 4) <view class="itemName">{{ (Math.floor(index / 12) + 2024).toString().slice(2, 4)
}}年累计对客销售<span class="unit">/亿元</span></view> }}年累计对客销售<span class="unit">/亿元</span></view>
</view> </view>
<view class="itemBottom"> <view class="itemBottom">
<span class="revenueNum" v-if="selectIndex === index && hasCurrentMonthData">{{ <span class="revenueNum" v-if="selectIndex === index && hasCurrentMonthData">{{
@ -721,7 +721,7 @@ export default {
label: '尿素', label: '尿素',
value: this.handleProcessNumber(Number(UreaData.Result_Data.value)), value: this.handleProcessNumber(Number(UreaData.Result_Data.value)),
unit: '万元', unit: '万元',
icon: 'https://eshangtech.com/cyy_DIB/chargeIcon.png', icon: 'https://eshangtech.com/cyy_DIB/ureaIcon.png',
totalCount: this.handleProcessNumber(Number(UreaData.Result_Data.data)), totalCount: this.handleProcessNumber(Number(UreaData.Result_Data.data)),
totalCountUnit: '吨', totalCountUnit: '吨',
}); });