xuxueyang
2024-09-20 1439d37eef76a7e5770fd5d0805f3e2ed4154b5e
sub_pages/customer/coupon/point-history.vue
@@ -6,12 +6,22 @@
      <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);">
@@ -40,7 +50,7 @@
      <!-- 判断是否到底了,自动吧 -->
      <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>