style: แก้ label
This commit is contained in:
parent
42d42ea97b
commit
e38277ef3d
4 changed files with 11 additions and 4 deletions
|
|
@ -169,7 +169,7 @@ onMounted(async () => {
|
||||||
v-model="filterKeyword"
|
v-model="filterKeyword"
|
||||||
ref="filterRef"
|
ref="filterRef"
|
||||||
outlined
|
outlined
|
||||||
placeholder="ค้นหา"
|
placeholder="ค้นหาเรื่องร้องเรียน"
|
||||||
@keydown.enter.prevent="getSearch()"
|
@keydown.enter.prevent="getSearch()"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
|
|
|
||||||
|
|
@ -167,7 +167,7 @@ onMounted(async () => {
|
||||||
v-model="filterKeyword"
|
v-model="filterKeyword"
|
||||||
ref="filterRef"
|
ref="filterRef"
|
||||||
outlined
|
outlined
|
||||||
placeholder="ค้นหา"
|
placeholder="ค้นหาเรื่องร้องเรียน"
|
||||||
@keydown.enter.prevent="getSerach()"
|
@keydown.enter.prevent="getSerach()"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
|
|
|
||||||
|
|
@ -176,7 +176,7 @@ function updatePagination(newPagination: any) {
|
||||||
ref="filterRef"
|
ref="filterRef"
|
||||||
@update:model-value="updateInput"
|
@update:model-value="updateInput"
|
||||||
outlined
|
outlined
|
||||||
placeholder="ค้นหา"
|
placeholder="ค้นหาเรื่องร้องเรียน"
|
||||||
style="max-width: 200px"
|
style="max-width: 200px"
|
||||||
@keydown.enter.prevent="filterFn"
|
@keydown.enter.prevent="filterFn"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -155,12 +155,19 @@ function updatePagination(newPagination: any) {
|
||||||
@keydown.enter.prevent="filterFn"
|
@keydown.enter.prevent="filterFn"
|
||||||
@update:model-value="updateInput"
|
@update:model-value="updateInput"
|
||||||
outlined
|
outlined
|
||||||
placeholder="ค้นหา"
|
placeholder="ค้นหาเรื่องร้องเรียน"
|
||||||
style="max-width: 200px"
|
style="max-width: 200px"
|
||||||
>
|
>
|
||||||
<template v-slot:append>
|
<template v-slot:append>
|
||||||
<q-icon name="search" />
|
<q-icon name="search" />
|
||||||
</template>
|
</template>
|
||||||
|
<q-tooltip
|
||||||
|
transition-show="scale"
|
||||||
|
transition-hide="scale"
|
||||||
|
class="text-body2"
|
||||||
|
>หมายเหตุ: ค้นหาเรื่องร้องเรียน, ประเภทของเรื่อง,
|
||||||
|
หน่วยงานหรือปีงบประมาณ</q-tooltip
|
||||||
|
>
|
||||||
</q-input>
|
</q-input>
|
||||||
<q-select
|
<q-select
|
||||||
:model-value="inputvisible"
|
:model-value="inputvisible"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue