Commit a2823f2d by caoyanzhi

update: 卡券领取记录去掉提示

parent bfb93e8b
<template>
<section class="card-record-send" v-loading="loading">
<div class="page-tip">历史数据限制:{{ formatDateTimeByType(nowDate, 'yyyy-MM-dd') }}之前的卡券投放计划未保存详细投放录。</div>
<!-- <div class="page-tip">历史数据限制:{{ formatDateTimeByType(nowDate, 'yyyy-MM-dd') }}之前的卡券投放计划未保存详细投放录。</div> -->
<div class="pb22">
<el-input class="w300" v-model="listParams.search" clearable placeholder="输入卡券名称/备注名/活动名" @change="refresh"><i slot="prefix" class="el-input__icon el-icon-search"></i></el-input>
<el-checkbox class="vertical-middle" v-if="$store.state.marketing.isShowSelf" v-model="listParams.showSelfFlag" :true-label="1" :false-label="0" label="仅看本人" border @change="refresh" />
......
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