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