fix select ประเภทคำสั่ง
This commit is contained in:
parent
c5e1e3a9ea
commit
a96dcf2981
2 changed files with 4 additions and 3 deletions
|
|
@ -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) "
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue