Commit fbd2fa5c by chenxin

fix: 文案

parent 1cf3bdbd
......@@ -243,7 +243,7 @@
</el-tooltip>
<div v-if="form.cardEffectiveMode == 0">
<el-date-picker v-model="form.sendDateTime" :disabled="isEdit || isInfo" :picker-options="pickerOptions" type="daterange" range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期"></el-date-picker>
<span class="gray fz13">* 卡券模板投放期限结束日期不能迟于卡券使用有效期固定日期结束日期</span>
<span class="gray fz13">* 卡券模板投放期限结束日期不能超过卡券使用有效期固定日期结束日期</span>
</div>
<div v-if="form.cardEffectiveMode == 1" style="height:35px;">
<el-radio v-model="form.sendDateType" :disabled="isEdit || isInfo" :label="0">长期有效</el-radio>
......
......@@ -9,7 +9,7 @@ export default {
methods: {
getAppletVersion() {
setTimeout(() => {
this.$store.commit('updateAppletEnable', true);
this.$store.commit('updateAppletEnable', false);
}, 2000);
}
},
......
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