|
|
@@ -11,8 +11,18 @@
|
|
|
<view class="select-mark-view" v-show="dropdownShow" @click="switchCut"></view>
|
|
|
<view v-if="dropdownShow" :style="{top}" class="select-fixed_bx">
|
|
|
<slot>
|
|
|
+
|
|
|
+ <view class="select-item-box">
|
|
|
+ <view class="title">按月份</view>
|
|
|
+ <picker mode="date" :value="date" :start="startDate" :end="endDate" fields="month" @change="bindMonthChange" >
|
|
|
+ <view class="item-child_box">
|
|
|
+ <view class="admin-button-com mini-btn default custom" >{{showMonth||'选择月份'}}</view>
|
|
|
+ </view>
|
|
|
+ </picker>
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="select-item-box">
|
|
|
- <view class="title">时间</view>
|
|
|
+ <view class="title">快捷</view>
|
|
|
<view class="item-child_box">
|
|
|
<button
|
|
|
v-for="(item,index) in getDictionariesInfo.dateDefaultOption"
|
|
|
@@ -24,15 +34,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
- <view class="select-item-box">
|
|
|
- <view class="title">按月份</view>
|
|
|
- <picker mode="date" :value="date" :start="startDate" :end="endDate" fields="month" @change="bindMonthChange" >
|
|
|
- <view class="item-child_box">
|
|
|
- <view class="admin-button-com mini-btn default custom" >{{showMonth||'选择月份'}}</view>
|
|
|
- </view>
|
|
|
- </picker>
|
|
|
- </view>
|
|
|
-
|
|
|
<view class="select-item-box">
|
|
|
<view class="title">时间段</view>
|
|
|
<view class="item-child_box" >
|