2019-04-15 12:34:33 +00:00
|
|
|
<!DOCTYPE html>
|
2020-05-20 14:23:53 +00:00
|
|
|
<html v-bind:lang="$i18n.locale">
|
2019-04-15 12:34:33 +00:00
|
|
|
<body>
|
2019-11-11 10:04:49 +00:00
|
|
|
<table class="grid">
|
|
|
|
<tbody>
|
|
|
|
<tr>
|
|
|
|
<td>
|
|
|
|
<div class="text">{{zone.agencyName}}</div>
|
|
|
|
<div class="text">{{zone.id}}</div>
|
|
|
|
<div class="text">{{zone.plateNumber}} {{zone.time | date('%H:%M')}}</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2019-04-15 12:34:33 +00:00
|
|
|
</body>
|
|
|
|
</html>
|