ปรับวินัย
This commit is contained in:
parent
f24c737c0b
commit
f27c14e7bf
5 changed files with 87 additions and 49 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue