fix: q-tree no sub branch
This commit is contained in:
parent
46fe637b6e
commit
40541bda3f
1 changed files with 3 additions and 1 deletions
|
|
@ -682,7 +682,9 @@ watch(
|
|||
class="row col items-center justify-between full-width no-wrap"
|
||||
>
|
||||
<q-icon
|
||||
v-if="node.isHeadOffice"
|
||||
v-if="
|
||||
node.isHeadOffice && node._count.branch !== 0
|
||||
"
|
||||
name="mdi-triangle-down"
|
||||
size="12px"
|
||||
class="app-text-muted q-mr-md"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue