|
@@ -1,8 +1,7 @@
|
|
|
<van-popup show="{{ show }}" position="right" custom-style="width: 660rpx; height:100vh;" z-index="{{zIndex}}" bind:close="onClose">
|
|
<van-popup show="{{ show }}" position="right" custom-style="width: 660rpx; height:100vh;" z-index="{{zIndex}}" bind:close="onClose">
|
|
|
<view class="head" />
|
|
<view class="head" />
|
|
|
<Yl_ListBox height="{{listHeight}}" pullDown='{{false}}'>
|
|
<Yl_ListBox height="{{listHeight}}" pullDown='{{false}}'>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
|
|
+ <slot name='head' />
|
|
|
<block wx:for="{{list}}" wx:key="label">
|
|
<block wx:for="{{list}}" wx:key="label">
|
|
|
<MultilevelClass id="MultilevelClass" item='{{item}}' wx:if="{{item.type=='multilevelClass'}}" />
|
|
<MultilevelClass id="MultilevelClass" item='{{item}}' wx:if="{{item.type=='multilevelClass'}}" />
|
|
|
<view wx:elif="{{item.list.length}}" class="groud">
|
|
<view wx:elif="{{item.list.length}}" class="groud">
|
|
@@ -17,8 +16,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</block>
|
|
</block>
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
<view wx:if="{{dateRange}}" class="groud">
|
|
<view wx:if="{{dateRange}}" class="groud">
|
|
|
<view class="label">
|
|
<view class="label">
|
|
|
{{dateRangeName}}
|
|
{{dateRangeName}}
|