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