diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 91d3d48..add427d 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -13,7 +13,7 @@ style="margin: 10px;color: #2d8cf0;font-size: 14px;">部门 : {{ deptName }} 仓库 : {{ inv }} - 用户 : 吴XX{{ this.companyName }} + 用户 : {{ this.companyName }} ({{ this.userName @@ -434,6 +434,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,