优化 核销场馆

This commit is contained in:
wuxw 2022-10-21 17:31:10 +08:00
parent 38cb0f91a7
commit 8d38fdefa6

View File

@ -95,6 +95,9 @@
<th class="text-center">
核销订单
</th>
<th class="text-center">
场馆
</th>
<th class="text-center">
场地
</th>
@ -121,6 +124,9 @@
<tbody>
<tr v-for="(item,index) in communitySpaceConfirmInfo.orders">
<td class="text-center">{{item.orderId}}</td>
<th class="text-center">
{{item.venueName}}
</th>
<th class="text-center">
{{item.spaceName}}
</th>