|
@@ -16,7 +16,7 @@
|
|
<template v-slot:title="{ item }">
|
|
<template v-slot:title="{ item }">
|
|
<div class="treeTitle font-size-15">
|
|
<div class="treeTitle font-size-15">
|
|
{{ item.title }}
|
|
{{ item.title }}
|
|
- <!-- <v-tooltip activator="parent" location="end">{{ dealEnterpriseName(item.anotherName || item.name) }}</v-tooltip> -->
|
|
|
|
|
|
+ <v-tooltip activator="parent" location="top">{{ item.title }}</v-tooltip>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</v-treeview>
|
|
</v-treeview>
|
|
@@ -99,7 +99,7 @@ const getTreeData = async () => {
|
|
treeData.value = [
|
|
treeData.value = [
|
|
{
|
|
{
|
|
id: 1,
|
|
id: 1,
|
|
- title: 'Applications :',
|
|
|
|
|
|
+ title: 'Applications11111111111111111111111111111111231651446s :',
|
|
children: [
|
|
children: [
|
|
{ id: 2, title: 'Calendar : app' },
|
|
{ id: 2, title: 'Calendar : app' },
|
|
{ id: 3, title: 'Chrome : app' },
|
|
{ id: 3, title: 'Chrome : app' },
|