แปลงวันที่หมดอายุ

This commit is contained in:
Kittapath 2023-04-28 12:05:49 +07:00
parent e8b1523895
commit 4ce008fa45
2 changed files with 6 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<q-toolbar class="q-pa-sm text-center">
<q-toolbar-title class="text-dark">
{{ tittle }}
{{ `ครั้งที่${round}/${yearly + 543}` }}
{{ `ครั้งที่${round}/${yearly == null ? '' : yearly + 543}` }}
<div class="text-light text-body2">{{ position }}</div>
</q-toolbar-title>
</q-toolbar>