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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue