This commit is contained in:
Viet An
2026-05-07 15:01:09 +07:00
parent 56cfcd09bf
commit ad2d1fbfb6
31 changed files with 356 additions and 367 deletions

View File

@@ -37,7 +37,7 @@
<div class="field">
<label class="label">Ngày hạch toán:</label>
<div class="control">
{{ $dayjs(record.date).format("DD/MM/YYYY") }}
{{ $dayjs(record.date).format("L") }}
</div>
</div>
</div>
@@ -102,7 +102,7 @@
<div class="field">
<label class="label">{{ $lang("time") }}:</label>
<div class="control">
{{ `${$dayjs(record.create_time).format("DD/MM/YYYY")}` }}
{{ `${$dayjs(record.create_time).format("L")}` }}
</div>
</div>
</div>
@@ -209,7 +209,7 @@
>
</td>
<td class="has-text-centered">
{{ $dayjs(item.date).format("DD/MM/YYYY HH:mm:ss") }}
{{ $dayjs(item.date).format("L HH:mm:ss") }}
</td>
</tr>
</tbody>