From cb2da1764ac6327d530801a78ab4303653539537 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 24 四月 2026 13:54:37 +0800
Subject: [PATCH] 进销存new 1.首页名称展示错误
---
src/views/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/index.vue b/src/views/index.vue
index 838182b..00d4312 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -8,7 +8,7 @@
<!-- 椤堕儴闂�欐潯 -->
<div class="welcome-banner">
<div class="welcome-title">
- <span class="welcome-user">{{ userStore.roleName || '绯荤粺绠$悊鍛�' }}</span>
+ <span class="welcome-user">{{ userStore.nickName || '绯荤粺绠$悊鍛�' }}</span>
<span> 鎮ㄥソ锛佺鎮ㄥ紑蹇冩瘡涓�澶�</span>
</div>
<div class="welcome-time">鐧诲綍浜�: {{ userStore.currentLoginTime }}</div>
--
Gitblit v1.9.3