Commit be7b6eed authored by 袁玲利's avatar 袁玲利

消费报告

parent 11942084
......@@ -334,15 +334,15 @@
<view class="right">
<view class="rightBar">
<view class="line" v-if="consumerSummaryAmountOBj.consumergrossamount">
<view >{{consumerSummaryAmountOBj.consumergrossamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.consumergrossamount_[1]">.{{consumerSummaryAmountOBj.consumergrossamount_[1]}}</view>
<view >{{consumerSummaryAmountOBj.consumergrossamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.consumergrossamount_[1]">.{{consumerSummaryAmountOBj.consumergrossamount_[1]}}</view><view v-else></view>
</view>
<view class="line_" v-else>--</view>
<view class="line" v-if="consumerSummaryAmountOBj.gradeavgamount">
<view>{{consumerSummaryAmountOBj.gradeavgamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.gradeavgamount_[1]">.{{consumerSummaryAmountOBj.gradeavgamount_[1]}}</view>
<view>{{consumerSummaryAmountOBj.gradeavgamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.gradeavgamount_[1]">.{{consumerSummaryAmountOBj.gradeavgamount_[1]}}</view><view v-else></view>
</view>
<view class="line_" v-else>--</view>
<view class="line" v-if="consumerSummaryAmountOBj.schoolavgamount">
<view>{{consumerSummaryAmountOBj.schoolavgamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.schoolavgamount_[1]">.{{consumerSummaryAmountOBj.schoolavgamount_[1]}}</view></view>
<view>{{consumerSummaryAmountOBj.schoolavgamount_[0]}}</view><view v-if="consumerSummaryAmountOBj.schoolavgamount_[1]">.{{consumerSummaryAmountOBj.schoolavgamount_[1]}}</view><view v-else></view></view>
<view class="line_" v-else>--</view>
</view>
</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment