แปลงวันที่หมดอายุ
This commit is contained in:
parent
e8b1523895
commit
4ce008fa45
2 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue