BUG 29503
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<ai-title title="网格区块" :isShowBottomBorder="true"></ai-title>
|
<ai-title title="网格区块" :isShowBottomBorder="true"></ai-title>
|
||||||
</template>
|
</template>
|
||||||
<template slot="left">
|
<template slot="left">
|
||||||
<ai-tree-menu title="网格层级" @search="(v) => $refs.tree.filter(v)">
|
<ai-tree-menu title="网格层级" @search="v=> $refs.tree.filter(v)">
|
||||||
<el-tree
|
<el-tree
|
||||||
:data="treeObj.treeList"
|
:data="treeObj.treeList"
|
||||||
:props="treeObj.defaultProps"
|
:props="treeObj.defaultProps"
|
||||||
@@ -14,8 +14,13 @@
|
|||||||
ref="tree"
|
ref="tree"
|
||||||
:filter-node-method="filterNode"
|
:filter-node-method="filterNode"
|
||||||
default-expand-all
|
default-expand-all
|
||||||
highlight-current
|
highlight-current>
|
||||||
/>
|
<template slot-scope="{node,data}">
|
||||||
|
<el-tooltip placement="right" :content="node.label">
|
||||||
|
<div v-text="node.label"/>
|
||||||
|
</el-tooltip>
|
||||||
|
</template>
|
||||||
|
</el-tree>
|
||||||
</ai-tree-menu>
|
</ai-tree-menu>
|
||||||
</template>
|
</template>
|
||||||
<template slot="content">
|
<template slot="content">
|
||||||
@@ -608,7 +613,7 @@ export default {
|
|||||||
|
|
||||||
background: #2266FF;
|
background: #2266FF;
|
||||||
|
|
||||||
span {
|
.el-tooltip {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user