fix: mod listView
This commit is contained in:
parent
9cab874e75
commit
5c8f140fd7
1 changed files with 4 additions and 2 deletions
|
|
@ -262,14 +262,15 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
<div class="q-gutter-sm">
|
||||
<div
|
||||
class="flex flex-break d justify-between space-between"
|
||||
v-if="currentDept >= 1"
|
||||
v-if="currentDept >= 1 && props.mode == 'admin' && currentDept != 4"
|
||||
|
||||
>
|
||||
<div>
|
||||
<span class="text-h6">{{ currentLevel }}</span>
|
||||
</div>
|
||||
<div>
|
||||
<q-btn
|
||||
v-if="props.mode == 'admin' && currentDept != 4"
|
||||
|
||||
outline
|
||||
push
|
||||
class="q-px-md q-ml-md q-py-sm"
|
||||
|
|
@ -293,6 +294,7 @@ const onRowClick = (evt: Event, row: TreeDataFolder, index: number) => {
|
|||
:rows-per-page-options="[0]"
|
||||
@row-click="onRowClick"
|
||||
class="cursor"
|
||||
v-if=" currentDept != 4 "
|
||||
>
|
||||
<template v-slot:body-cell-name="nameRow">
|
||||
<q-td style="width: 50%">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue