|
@@ -138,7 +138,7 @@ onLoad(async (options?: Record<string | 'id', any>) => {
|
|
|
</PageHelperEvo>
|
|
|
<!-- 筛选action-sheet -->
|
|
|
<wd-action-sheet v-model="filterState" title="筛选" @close="filterState = false">
|
|
|
- <view class="flex flex-col p-4 overflow-y-auto h-[calc(75vh)]">
|
|
|
+ <view class="flex flex-col p-4 overflow-y-auto h-[calc(60vh)]">
|
|
|
<SectionHeading title="会员等级"></SectionHeading>
|
|
|
<wd-checkbox-group shape="button" v-model="filterQuery.memberLevel">
|
|
|
<template
|
|
@@ -151,7 +151,7 @@ onLoad(async (options?: Record<string | 'id', any>) => {
|
|
|
<wd-checkbox custom-class="w-50%!" :model-value="tag.value">{{ tag.label }}</wd-checkbox>
|
|
|
</template>
|
|
|
</wd-checkbox-group>
|
|
|
-
|
|
|
+ <div class="h-[40rpx]"></div>
|
|
|
<SectionHeading title="时间区间"></SectionHeading>
|
|
|
<div class="flex items-center justify-between py-4">
|
|
|
<wd-calendar type="daterange" v-model="timeRange" :display-format="formatter" @confirm="timeChange" />
|