fix: personnel status
This commit is contained in:
parent
c40d7c6ebf
commit
477c135487
1 changed files with 4 additions and 2 deletions
|
|
@ -109,12 +109,14 @@ const status = ref(false);
|
|||
dense
|
||||
color="primary"
|
||||
size="xs"
|
||||
v-model="status"
|
||||
:model-value="!v.disabled"
|
||||
val="xs"
|
||||
padding="none"
|
||||
/>
|
||||
</q-item-section>
|
||||
<q-item-section class="text-caption">ปิดสถานะ</q-item-section>
|
||||
<q-item-section class="text-caption">
|
||||
{{ v.disabled ? 'เปิดสถานะ' : 'ปิดสถานะ' }}
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
</q-menu>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue