feat: 编辑仪表盘选择视图时 group也显示文件夹

This commit is contained in:
wangjiahao 2021-06-16 17:53:02 +08:00
parent 63ef5ab3f6
commit c9518c2e4e

View File

@ -28,7 +28,7 @@
>
<span slot-scope="{ node, data }" class="custom-tree-node">
<span>
<span v-if="data.type==='scene'">
<span v-if="data.type==='scene'||data.type==='group'">
<el-button
icon="el-icon-folder"
type="text"