Merge pull request #6588 from ulleo/dev
feat: 跳转配置选择仪表板页面,鼠标hover的时候,提示完整的仪表板名称
This commit is contained in:
commit
cfa01767d3
@ -83,7 +83,16 @@
|
||||
style="margin-right: 10px"
|
||||
@select="panelNodeClick"
|
||||
@input="inputVal"
|
||||
/>
|
||||
>
|
||||
<label
|
||||
slot="option-label"
|
||||
slot-scope="{ node, labelClassName }"
|
||||
:class="labelClassName"
|
||||
:title="node.label"
|
||||
>
|
||||
{{ node.label }}
|
||||
</label>
|
||||
</treeselect>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="margin-top: 10px;height: 30px">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user