修改对公审核字段错误的问题

This commit is contained in:
2024-11-14 16:22:38 +08:00
parent efe3d3241d
commit 84c6c54e58
7 changed files with 1 additions and 17 deletions

View File

@@ -47,7 +47,7 @@
<van-radio wx:if="{{item.orderStatus !== '已退回'}}" name="{{item.id}}"></van-radio>
</view>
<view class="th" style="width: 200rpx"> {{ item.tenement.shortName }} </view>
<view class="th" style="width: 200rpx"> {{ item.amount }} </view>
<view class="th" style="width: 200rpx"> {{ item.money }} </view>
<view class="th" style="width: 200rpx">
<view class="primaryTextBtn" bind:tap="jumpToDetail" data-id="{{item.id}}">
查看详细