fix: กด item เเล้วไม่ปิด
This commit is contained in:
parent
9a7bbe601c
commit
41e896b98f
4 changed files with 43 additions and 11 deletions
|
|
@ -1773,9 +1773,11 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<div class="column q-pa-md" style="gap: var(--size-1)">
|
||||
<template v-if="selectorLabel === 'EMPLOYER'">
|
||||
<q-item
|
||||
v-close-popup
|
||||
clickable
|
||||
v-for="v in fieldCustomer"
|
||||
:key="v"
|
||||
clickable
|
||||
|
||||
dense
|
||||
class="no-padding flex items-center rounded"
|
||||
active-class="employer-active"
|
||||
|
|
@ -1791,9 +1793,11 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<q-item
|
||||
active
|
||||
dense
|
||||
clickable
|
||||
|
||||
active-class="employer-active"
|
||||
class="no-padding flex items-center rounded"
|
||||
v-close-popup
|
||||
clickable
|
||||
>
|
||||
<span class="q-px-md">
|
||||
{{ $t('totalEmployee') }}
|
||||
|
|
@ -1984,6 +1988,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
);
|
||||
}
|
||||
"
|
||||
v-close-popup
|
||||
clickable
|
||||
dense
|
||||
class="row q-py-sm"
|
||||
|
|
@ -2004,6 +2009,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
|
||||
<q-item
|
||||
:id="`view-detail-btn-${props.row.name}-edit`"
|
||||
v-close-popup
|
||||
clickable
|
||||
dense
|
||||
class="row q-py-sm"
|
||||
|
|
@ -2044,6 +2050,8 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<q-item
|
||||
:id="`view-detail-btn-${props.row.name}-delete`"
|
||||
dense
|
||||
v-close-popup
|
||||
|
||||
:clickable="props.row.status === 'CREATED'"
|
||||
class="row"
|
||||
:class="{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue