ปรับ Filter การจัดการผู้ใช่งาน
This commit is contained in:
parent
ba4703dac8
commit
470e30be1f
4 changed files with 14 additions and 6 deletions
|
|
@ -170,8 +170,10 @@ onMounted(() => {
|
|||
outlined
|
||||
v-model="keyword"
|
||||
placeholder="ค้นหา"
|
||||
clearable
|
||||
@clear="keyword = ''"
|
||||
>
|
||||
<template v-slot:append>
|
||||
<template v-slot:append v-if="keyword===''">
|
||||
<q-icon name="search" />
|
||||
</template>
|
||||
</q-input>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue