| | |
| | | <view class="component-filter-container m-t-12 flex"> |
| | | <view class="flex1 w-fit m-l-a m-r-0" @click="show_time_picker_time=true" |
| | | :class="[query.recordDateStart?'':'desc-gray']"> |
| | | {{query.recordDateStart&&( (query.recordDateStart||'') + ' ~ ' + (query.recordDateEnd || '')) || '请选择日期'}} |
| | | <!-- {{query.recordDateStart&&( (query.recordDateStart||'') + ' ~ ' + (query.recordDateEnd || '')) || '请选择日期'}} --> |
| | | {{query.recordDateStart || '请选择日期'}} |
| | | <image src="@/static/common/icon-arrow-down.png" class="icon-arrow-down"></image> |
| | | </view> |
| | | <view class="flex1 w-fit m-l-a m-r-0" @click.stop="$refs.popup_level.open()"> |
| | | {{ query.typeStr || '积分类型' }} |
| | | <image src="@/static/common/icon-arrow-down.png" class="icon-arrow-down"></image> |
| | | </view> |
| | | <view class="flex1 w-fit m-l-a m-r-0" @click.stop="()=>{ |
| | | query.typeStr = '' |
| | | query.type = '' |
| | | query.recordDateStart = '' |
| | | query.recordDateEnd = '' |
| | | refreshList() |
| | | }"> |
| | | 重置 |
| | | </view> |
| | | </view> |
| | | <view class="p15" style="min-height: calc(100vh - 260rpx);"> |
| | |
| | | <!-- 判断是否到底了,自动吧 --> |
| | | <footer-msg :more="page.total>0&&page.total>page.current*page.size"></footer-msg> |
| | | |
| | | <u-calendar :show="show_time_picker_time" mode="range" @confirm="select_time_picker_time" :monthNum="3" |
| | | <u-calendar :show="show_time_picker_time" mode="single" @confirm="select_time_picker_time" :monthNum="3" |
| | | @cancel="show_time_picker_time = false" rowHeight="100" @close="show_time_picker_time = false" |
| | | minDate="2024-07-01" :maxDate="maxDate" toolTip="选择日期"> |
| | | </u-calendar> |