แก้ไขคำผิด
This commit is contained in:
parent
2f3eb10564
commit
58bfca13cf
1 changed files with 2 additions and 2 deletions
|
|
@ -371,7 +371,7 @@ onMounted(() => {
|
|||
<q-select
|
||||
class="inputgreen"
|
||||
v-model="category"
|
||||
:label="`${'หมดหมู่'}`"
|
||||
:label="`${'หมวดหมู่'}`"
|
||||
dense
|
||||
emit-value
|
||||
map-options
|
||||
|
|
@ -382,7 +382,7 @@ onMounted(() => {
|
|||
use-input
|
||||
hide-bottom-space
|
||||
outlined
|
||||
:rules="[(val:string) => !!val || `${'กรุณาเลือกหมดหมู่'}`]"
|
||||
:rules="[(val:string) => !!val || `${'กรุณาเลือกหมวดหมู่'}`]"
|
||||
@filter="(inputValue:string,
|
||||
doneFn:Function) => filterSelector(inputValue, doneFn) "
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue