mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化交费明细没有 房屋的问题
This commit is contained in:
parent
6f69ace43c
commit
fb880f651a
@ -10,6 +10,10 @@
|
||||
<view class="text-gray">费用名称</view>
|
||||
<view class="text-gray">{{item.feeName}}</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="text-gray">缴费编码</view>
|
||||
<view class="text-gray">{{item.detailId}}</view>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user