|
@@ -12,9 +12,9 @@
|
|
|
<a-form-item label="充值日期" field="pay_time">
|
|
<a-form-item label="充值日期" field="pay_time">
|
|
|
<a-space>
|
|
<a-space>
|
|
|
<a-range-picker class="w-full" v-model="searchForm.pay_time" :show-time="false" mode="date" />
|
|
<a-range-picker class="w-full" v-model="searchForm.pay_time" :show-time="false" mode="date" />
|
|
|
- <a-button size="mini" type="primary" @click="refreshDay('yesterday')">前一天</a-button>
|
|
|
|
|
- <a-button size="mini" type="primary" @click="refreshDay('today')">当天</a-button>
|
|
|
|
|
- <a-button size="mini" type="primary" @click="refreshDay('tomorrow')">后一天</a-button>
|
|
|
|
|
|
|
+ <a-button size="mini" type="outline" @click="refreshDay('yesterday')">前一天</a-button>
|
|
|
|
|
+ <a-button size="mini" type="outline" @click="refreshDay('today')">当天</a-button>
|
|
|
|
|
+ <a-button size="mini" type="outline" @click="refreshDay('tomorrow')">后一天</a-button>
|
|
|
</a-space>
|
|
</a-space>
|
|
|
</a-form-item>
|
|
</a-form-item>
|
|
|
</a-col>
|
|
</a-col>
|