This commit is contained in:
Iruka 2025-02-12 14:10:08 +08:00
parent 909f8b865d
commit d6407785e5

View File

@ -16,7 +16,7 @@
<view class="iconfont icon-nongtian" v-else />
<view class="da-tree-item__label" :class="'da-tree-item__label--'+item.checkedStatus"
@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>
<uni-badge type="success" :max-num="999" :text="item.node?.deviceCount"
v-if="datamap[item.key].isLand" />