filter ==> ข้อมูลเกี่ยวกับบุคคล
This commit is contained in:
parent
404a47e78b
commit
6152fa3bef
11 changed files with 82 additions and 45 deletions
|
|
@ -171,12 +171,11 @@ onMounted(async () => {
|
|||
<q-input
|
||||
dense
|
||||
outlined
|
||||
clearable
|
||||
v-model="filterKeyword"
|
||||
placeholder="ค้นหา"
|
||||
@clear="filterKeyword = ''"
|
||||
@keydown.enter.pervent="store.onSearchData(filterKeyword, columns)"
|
||||
>
|
||||
<template v-slot:append v-if="filterKeyword === ''">
|
||||
<template v-slot:append>
|
||||
<q-icon name="search" />
|
||||
</template>
|
||||
</q-input>
|
||||
|
|
@ -200,7 +199,6 @@ onMounted(async () => {
|
|||
ref="table"
|
||||
:columns="columns"
|
||||
:rows="store.row"
|
||||
:filter="filterKeyword"
|
||||
row-key="name"
|
||||
flat
|
||||
bordered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue