From cb6ec66c60c44b2b183c350c8fb956636b0ebe3d Mon Sep 17 00:00:00 2001 From: schry <2433098676@qq.com> Date: Fri, 14 Jul 2023 10:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=A4=87=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,