mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化 核销场馆
This commit is contained in:
parent
38cb0f91a7
commit
8d38fdefa6
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user