This commit is contained in:
shijingjing
2022-06-22 09:13:47 +08:00
parent 11e8588e0d
commit 98762e996c
3 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@
</div>
<div title>
<div>设备列表</div>
<el-button type="text" icon="iconfont iconResetting" :plain="true" @click="updateDev" size="mini" :loading="btnLoading">刷新</el-button>
<el-button type="text" icon="iconfont iconResetting" @click="updateDev" size="mini" :loading="btnLoading">刷新</el-button>
</div>
<div fill class="deviceList">
<el-tree ref="deviceTree" highlight-current :render-content="renderItem" :data="treeData" :props="propsConfig"
@@ -51,10 +51,10 @@ export default {
name: "deviceSlider",
props: {
show: Boolean,
ins: Function,
instance: Function,
dict: Object,
permissions: Function,
renderItem: Function
renderItem: Function,
},
computed: {
overview() {