Commit 78e0e691 by caoyanzhi

update: 门店签到菜单调整

parent 689e0e7b
......@@ -58,7 +58,6 @@ export default {
};
},
created() {
this.$store.commit('mutations_breadcrumb', [{ name: '门店签到' }, { name: '门店签到记录', path: '' }]);
this.fetch();
},
methods: {
......
......@@ -84,7 +84,6 @@ export default {
}
},
created() {
this.$store.commit('mutations_breadcrumb', [ { name: '门店签到' }, { name: '计划列表', path: '' } ]);
this.fetch();
},
methods: {
......
......@@ -208,7 +208,6 @@ export default {
};
},
created() {
this.$store.commit('mutations_breadcrumb', [ { name: '门店签到' }, { name: '计划列表', path: '/sign/plan' }, { name: `${this.$route.query.id ? '编辑' : '新建'}计划`, path: '' } ]);
if (this.$route.query.id) {
this.canEdit = this.$route.path == '/sign/setting/edit' ? true : false
this.getDetail();
......
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