|
@@ -1,10 +1,14 @@
|
|
|
<!-- -->
|
|
|
<template>
|
|
|
<div class="m-container">
|
|
|
- <h2>
|
|
|
+ <el-page-header
|
|
|
+ @back="onCancel"
|
|
|
+ :content="'2021十一会员活动'"
|
|
|
+ ></el-page-header>
|
|
|
+ <!-- <h2>
|
|
|
<div class="squrt"></div>
|
|
|
2021十一会员活动
|
|
|
- </h2>
|
|
|
+ </h2> -->
|
|
|
<div class="m-core">
|
|
|
<save-form
|
|
|
:inline="true"
|
|
@@ -405,6 +409,10 @@ export default {
|
|
|
"您确定导出会员活动列表?"
|
|
|
);
|
|
|
},
|
|
|
+ onCancel() {
|
|
|
+ this.$store.dispatch("delVisitedViews", this.$route);
|
|
|
+ this.$router.push("/activeMarketing");
|
|
|
+ },
|
|
|
},
|
|
|
};
|
|
|
</script>
|