refs #6763 click #170

Merged
carlossa merged 17 commits from 6763-vnTreeRefact into dev 2024-02-21 11:12:10 +00:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 01850c6670 - Show all commits

View File

@ -152,7 +152,10 @@ function handleEvent(type, event, node) {
class="qtr row justify-between full-width q-pr-md cursor-pointer" class="qtr row justify-between full-width q-pr-md cursor-pointer"
> >
<div> <div>
<span @click="handleEvent('row', $event, node)"> <span
@click="handleEvent('row', $event, node)"
class="cursor-pointer"
>
{{ node.name }} {{ node.name }}
<DepartmentDescriptorProxy :id="node.id" /> <DepartmentDescriptorProxy :id="node.id" />
</span> </span>