mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
684b9532f8
commit
be34b0762a
@ -3,12 +3,8 @@
|
|||||||
<view v-for="(item,index) in feeDetails" :key="index"
|
<view v-for="(item,index) in feeDetails" :key="index"
|
||||||
class="bg-white margin-bottom-xs margin-right-xs radius margin-left-xs padding">
|
class="bg-white margin-bottom-xs margin-right-xs radius margin-left-xs padding">
|
||||||
<view class="flex padding-bottom-xs solid-bottom justify-between">
|
<view class="flex padding-bottom-xs solid-bottom justify-between">
|
||||||
<view>缴费金额</view>
|
<view>{{item.feeName}}</view>
|
||||||
<view class="text-gray">{{item.receivedAmount}}元</view>
|
<view class="text-gray">{{item.createTime}}</view>
|
||||||
</view>
|
|
||||||
<view class="flex margin-top justify-between">
|
|
||||||
<view class="text-gray">费用名称</view>
|
|
||||||
<view class="text-gray">{{item.feeName}}</view>
|
|
||||||
</view>
|
</view>
|
||||||
<view class="flex margin-top justify-between">
|
<view class="flex margin-top justify-between">
|
||||||
<view class="text-gray">收费对象</view>
|
<view class="text-gray">收费对象</view>
|
||||||
@ -31,8 +27,8 @@
|
|||||||
<view class="text-gray">{{item.endTime}}</view>
|
<view class="text-gray">{{item.endTime}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex margin-top-xs justify-between">
|
<view class="flex margin-top-xs justify-between">
|
||||||
<view class="text-gray">缴费时间</view>
|
<view class="text-gray">缴费金额</view>
|
||||||
<view class="text-gray">{{item.createTime}}</view>
|
<view class="text-gray">{{item.receivedAmount}}元</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex margin-top-xs justify-between" v-if="item.preDegrees">
|
<view class="flex margin-top-xs justify-between" v-if="item.preDegrees">
|
||||||
<view class="text-gray">上期度数</view>
|
<view class="text-gray">上期度数</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user