Commit 9c3ca448 by huaying

fix: 卡券明细时间选择器范围修改

parent 5400d69b
......@@ -74,7 +74,7 @@
</el-select>
<el-date-picker style="width: 256px;" v-model="dateDefault" type="daterange" range-separator="~" start-placeholder="创建开始日期" end-placeholder="创建结束日期" :default-time="['00:00:00', '23:59:59']" :picker-options="pickerOptions()" value-format="yyyy-MM-dd" @change="handleSearch" :clearable="false"> </el-date-picker>
</div>
<p class="font14 tip-p">展示投放时间近年的卡券</p>
<p class="font14 tip-p">展示投放时间近年的卡券</p>
<div class="table-content">
<el-table
:data="memberData"
......@@ -346,7 +346,7 @@
</template>
<script>
import mixin from './cardMixin';
import mixin from './integralMixin';
import nav from "../../common/navbar/navbar.vue";
import { doFetch } from "../../components/axios/api";
import url from "../../components/axios/url";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment