fix select ประเภทคำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-15 09:27:12 +07:00
parent c5e1e3a9ea
commit a96dcf2981
2 changed files with 4 additions and 3 deletions

View file

@ -142,7 +142,7 @@ onMounted(async () => {
<q-select
clearable
@clear="queryParams.page = 1"
class="select_ellipsis3"
:class="queryParams.commandTypeId ? 'select_ellipsis3' : ''"
v-model="queryParams.commandTypeId"
:label="`${'ประเภทคำสั่ง'}`"
dense
@ -155,7 +155,7 @@ onMounted(async () => {
use-input
@update:model-value="(queryParams.page = 1), fetchListCommand()"
outlined
style="width: 690px"
style="width: 620px"
@filter="(inputValue:string,
doneFn:Function) => filterSelector(inputValue, doneFn) "
>