mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
d23d1f9efc
commit
b105f8113a
@ -70,7 +70,7 @@
|
||||
<th class="text-center">车牌号</th>
|
||||
<th class="text-center">进场时间</th>
|
||||
<th class="text-center">在场时间(小时)</th>
|
||||
<th class="text-center">产生费用</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -80,7 +80,6 @@
|
||||
<td class="text-center">{{carIn.carNum}}</td>
|
||||
<td class="text-center">{{carIn.inTime}}</td>
|
||||
<td class="text-center">{{carIn.inHours}}小时{{carIn.inMin}}分</td>
|
||||
<td class="text-center">{{carIn.money}}元</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
<tfoot>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user