refactor: ลบข้อมูลได้
This commit is contained in:
parent
19c928bab4
commit
dcefa3de02
2 changed files with 5 additions and 2 deletions
|
|
@ -81,7 +81,7 @@ onMounted(async () => {
|
||||||
map-options
|
map-options
|
||||||
options-dense
|
options-dense
|
||||||
:label="$t('registeredBranch')"
|
:label="$t('registeredBranch')"
|
||||||
class="col-3"
|
class="col-3 "
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
v-model="registeredBranchId"
|
v-model="registeredBranchId"
|
||||||
|
|
@ -93,6 +93,7 @@ onMounted(async () => {
|
||||||
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
|
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
|
||||||
}
|
}
|
||||||
]"
|
]"
|
||||||
|
clearable
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
|
|
@ -96,6 +96,7 @@ onMounted( async() => {
|
||||||
|
|
||||||
<q-select
|
<q-select
|
||||||
id="input-source-nationality"
|
id="input-source-nationality"
|
||||||
|
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
outlined
|
outlined
|
||||||
:readonly="readonly"
|
:readonly="readonly"
|
||||||
|
|
@ -105,7 +106,7 @@ onMounted( async() => {
|
||||||
map-options
|
map-options
|
||||||
options-dense
|
options-dense
|
||||||
:label="$t('registeredBranch')"
|
:label="$t('registeredBranch')"
|
||||||
class="col-3"
|
class="col-3 "
|
||||||
option-label="name"
|
option-label="name"
|
||||||
option-value="id"
|
option-value="id"
|
||||||
v-model="registeredBranchId"
|
v-model="registeredBranchId"
|
||||||
|
|
@ -117,6 +118,7 @@ onMounted( async() => {
|
||||||
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
|
return isSpecialRole || !!val || 'กรุณากรอกข้อมูล';
|
||||||
}
|
}
|
||||||
]"
|
]"
|
||||||
|
clearable
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-input
|
<q-input
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue