changes
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
<div class="field">
|
||||
<label class="label">Ngày cấp</label>
|
||||
<div class="control">
|
||||
{{ record.issued_date ? $dayjs(record.issued_date).format("DD/MM/YYYY") : "/" }}
|
||||
{{ record.issued_date ? $dayjs(record.issued_date).format("L") : "/" }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -129,10 +129,7 @@
|
||||
<div class="field">
|
||||
<label class="label">Thời gian tạo</label>
|
||||
<div class="control">
|
||||
<span
|
||||
>{{ $dayjs(record.create_time).format("DD/MM/YYYY") }}
|
||||
{{ $dayjs(record.create_time).format("HH:mm") }}</span
|
||||
>
|
||||
<span>{{ $dayjs(record.create_time).format("L") }} {{ $dayjs(record.create_time).format("HH:mm") }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -153,7 +150,7 @@
|
||||
<label class="label">Thời gian cập nhật</label>
|
||||
<div class="control">
|
||||
<span>
|
||||
{{ record.update_time ? $dayjs(record.update_time).format("DD/MM/YYYY HH:mm") : "/" }}
|
||||
{{ record.update_time ? $dayjs(record.update_time).format("L HH:mm") : "/" }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user