feat: search in current position
This commit is contained in:
parent
e73b51880f
commit
1cca7d45a0
2 changed files with 20 additions and 3 deletions
|
|
@ -105,7 +105,14 @@ const folderFormComponent = ref<InstanceType<typeof FolderFormWrapper>>()
|
|||
>
|
||||
<q-icon name="arrow_back" size="1rem" color="primary" />
|
||||
</q-btn>
|
||||
<span v-if="isSearch">ผลการค้นหา</span>
|
||||
<span v-if="isSearch">
|
||||
ผลการค้นหา
|
||||
<span class="text-grey text-body2 q-ml-md">{{
|
||||
mode === 'admin' &&
|
||||
currentInfo.path !== '/' &&
|
||||
currentInfo.path.split('/').join(' / ')
|
||||
}}</span>
|
||||
</span>
|
||||
<q-breadcrumbs
|
||||
v-if="!isSearch"
|
||||
active-color="grey"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue