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
|
dense
|
||||||
color="primary"
|
color="primary"
|
||||||
size="xs"
|
size="xs"
|
||||||
v-model="status"
|
:model-value="!v.disabled"
|
||||||
val="xs"
|
val="xs"
|
||||||
padding="none"
|
padding="none"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</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-item>
|
||||||
</q-list>
|
</q-list>
|
||||||
</q-menu>
|
</q-menu>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue