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

View file

@ -185,4 +185,5 @@ h3.resigtry-tab-title
white-space: nowrap white-space: nowrap
overflow: hidden overflow: hidden
text-overflow: ellipsis text-overflow: ellipsis
width: 550px width: auto
max-width: 60ch