This commit is contained in:
caoqianming 2022-10-13 17:07:39 +08:00
commit a36c6c8324
1 changed files with 3 additions and 3 deletions

View File

@ -32,10 +32,10 @@
<view v-else class="item-last-dots" :style="{'border-top-color':switchColor}">
</view>
</view>
<view class="uni-flex-item uni-inline-item" @tap.stop="_onItemSelect(item, index)">
<view class="uni-flex-item uni-inline-item">
<!-- <view class="item-name"> {{item.name+(item.childCount?"("+item.childCount+")":'')}}</view> -->
<view class="item-name"> {{item.name}}</view>
<view class="item-check" v-if="selectParent?true:item.isLastLevel">
<view class="item-name" @tap.stop="_onItemSwitch(item, index)"> {{item.name}}</view>
<view class="item-check" v-if="selectParent?true:item.isLastLevel" @tap.stop="_onItemSelect(item, index)">
<view class="item-check-yes" v-if="item.checkStatus==1"
:class="{'radio':!multiple}" :style="{'border-color':confirmColor}">
<view class="item-check-yes-part"