diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index d3cf2be..2f2aa79 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -10,7 +10,7 @@
部门 : {{ deptName }}  -  用户 : 吴XX{{ this.companyName }} +  用户 : {{ this.companyName }} ({{this.userName }})
@@ -411,6 +411,7 @@ export default { }, created() { this.userName = this.$store.getters.name; + this.companyName = this.$store.getters.companyName; this.userInfo = { id: store.getters.adminId, locInvCode: store.getters.locInvCode,