Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_mp2
This commit is contained in:
commit
a36c6c8324
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue