.
This commit is contained in:
parent
909f8b865d
commit
d6407785e5
@ -16,7 +16,7 @@
|
|||||||
<view class="iconfont icon-nongtian" v-else />
|
<view class="iconfont icon-nongtian" v-else />
|
||||||
<view class="da-tree-item__label" :class="'da-tree-item__label--'+item.checkedStatus"
|
<view class="da-tree-item__label" :class="'da-tree-item__label--'+item.checkedStatus"
|
||||||
@click="handleExpandedChange(item)">
|
@click="handleExpandedChange(item)">
|
||||||
<text :class="{'land-active':selectData?.id == item.id}">{{ item.label }} {{ item.level - minlevel}}</text>
|
<text :class="{'land-active':selectData?.id == item.id}">{{ item.label }}</text>
|
||||||
</view>
|
</view>
|
||||||
<uni-badge type="success" :max-num="999" :text="item.node?.deviceCount"
|
<uni-badge type="success" :max-num="999" :text="item.node?.deviceCount"
|
||||||
v-if="datamap[item.key].isLand" />
|
v-if="datamap[item.key].isLand" />
|
||||||
|
Loading…
Reference in New Issue
Block a user