refactor: ลบข้อมูลได้

This commit is contained in:
Net 2024-07-10 13:03:06 +07:00
parent 19c928bab4
commit dcefa3de02
2 changed files with 5 additions and 2 deletions

View file

@ -81,7 +81,7 @@ onMounted(async () => {
map-options
options-dense
:label="$t('registeredBranch')"
class="col-3"
class="col-3 "
option-label="name"
option-value="id"
v-model="registeredBranchId"
@ -93,6 +93,7 @@ onMounted(async () => {
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
}
]"
clearable
/>
<q-input

View file

@ -96,6 +96,7 @@ onMounted( async() => {
<q-select
id="input-source-nationality"
:dense="dense"
outlined
:readonly="readonly"
@ -105,7 +106,7 @@ onMounted( async() => {
map-options
options-dense
:label="$t('registeredBranch')"
class="col-3"
class="col-3 "
option-label="name"
option-value="id"
v-model="registeredBranchId"
@ -117,6 +118,7 @@ onMounted( async() => {
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
}
]"
clearable
/>
<q-input