增加门店信息页面

This commit is contained in:
Gao xiaosong
2020-06-15 07:31:41 +08:00
parent ba199ff02d
commit 204ea408b8
5 changed files with 234 additions and 7 deletions

View File

@ -186,7 +186,7 @@ export default {
},
computed: mapGetters(["userInfo"]),
methods: {
...mapMutations(["updateAuthorizationPage", "CHANGE_TABTAR"]),
...mapMutations(["updateAuthorizationPage", ]),
goReturnList() {
this.$yrouter.push("/pages/order/ReturnList/index");
},