ปรับวินัย

This commit is contained in:
setthawutttty 2024-01-19 15:58:58 +07:00
parent f24c737c0b
commit f27c14e7bf
5 changed files with 87 additions and 49 deletions

View file

@ -134,7 +134,7 @@ watch(props, () => {
separator
>
<q-item clickable v-ripple>
<q-item-section>{{ `${item.fullName} (${item.duty})` }}</q-item-section>
<q-item-section>{{ `${item.fullName} ${item.duty ? `(${item.duty})`:''}` }}</q-item-section>
</q-item>
</q-list>
</q-scroll-area>