mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
00359d8835
@ -33,11 +33,11 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="car in parkingAreaControlWhiteCar.cars">
|
||||
<td class="text-center">{{carBlackWhite.bwId}}</td>
|
||||
<td class="text-center">{{carBlackWhite.paNum}}</td>
|
||||
<td class="text-center">{{carBlackWhite.carNum}}</td>
|
||||
<td class="text-center">{{carBlackWhite.startTime}}</td>
|
||||
<td class="text-center">{{carBlackWhite.endTime}}</td>
|
||||
<td class="text-center">{{car.bwId}}</td>
|
||||
<td class="text-center">{{car.paNum}}</td>
|
||||
<td class="text-center">{{car.carNum}}</td>
|
||||
<td class="text-center">{{car.startTime}}</td>
|
||||
<td class="text-center">{{car.endTime}}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user