mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-24 05:46:09 +08:00
优化代码
This commit is contained in:
parent
089cffa4d0
commit
684b9532f8
@ -10,6 +10,10 @@
|
|||||||
<view class="text-gray">费用名称</view>
|
<view class="text-gray">费用名称</view>
|
||||||
<view class="text-gray">{{item.feeName}}</view>
|
<view class="text-gray">{{item.feeName}}</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="flex margin-top justify-between">
|
||||||
|
<view class="text-gray">收费对象</view>
|
||||||
|
<view class="text-gray">{{item.objName}}</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.detailId}}</view>
|
<view class="text-gray">{{item.detailId}}</view>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user