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