จัดการตำแหน่งติดเงื่อนไข
This commit is contained in:
parent
35422c6963
commit
d52e37965f
1 changed files with 3 additions and 3 deletions
|
|
@ -316,9 +316,9 @@ onMounted(async () => {
|
|||
<!-- Tree -->
|
||||
<q-card-section class="col-lg-3 col-md-4 col-xs-12 q-gutter-sm">
|
||||
<div>
|
||||
<q-input dense outlined v-model="filter" label="ค้นหา" clearable>
|
||||
<q-input dense outlined v-model="filter" label="ค้นหา">
|
||||
<template v-slot:append>
|
||||
<q-icon v-if="!filter" name="search" color="grey-5" />
|
||||
<q-icon name="search" />
|
||||
</template>
|
||||
</q-input>
|
||||
</div>
|
||||
|
|
@ -329,7 +329,7 @@ onMounted(async () => {
|
|||
:nodes="nodeTree"
|
||||
node-key="orgTreeId"
|
||||
label-key="labelName"
|
||||
:filter="filter"
|
||||
:filter="filter.trim()"
|
||||
no-results-label="ไม่พบข้อมูลที่ค้นหา"
|
||||
no-nodes-label="ไม่มีข้อมูล"
|
||||
v-model:expanded="expanded"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue