สลับคำ ตำบล/แขวง

This commit is contained in:
setthawutttty 2023-09-20 15:56:31 +07:00
parent fe672a5aff
commit cfa526dda9
6 changed files with 28 additions and 28 deletions

View file

@ -298,7 +298,7 @@
:class="getClass(enable.about)"
:readonly="!enable.about"
:borderless="!enable.about"
:rules="[(val) => !!val || `${'กรุณาเลือก ตำบล / แขวง'}`]"
:rules="[(val) => !!val || `${'กรุณาเลือก แขวง / ตำบล '}`]"
:outlined="enable.about"
dense
lazy-rules
@ -308,7 +308,7 @@
option-label="name"
:options="subdistrictOptions"
option-value="id"
:label="`${'ตำบล / แขวง'}`"
:label="`${'แขวง / ตำบล '}`"
@update:model-value="(value) => selectSubDistrict(value)"
/>
</div>