Browse Source

提交一下

1
mo 3 years ago
parent
commit
dc21854749
1 changed files with 10 additions and 2 deletions
  1. 10 2
      src/views/2021memeberActionManager/index.vue

+ 10 - 2
src/views/2021memeberActionManager/index.vue

@@ -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>