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
|
<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) "
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue