From 072b7c1fa983cbfa9dc5b311fd815c8d9142ee33 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 15 五月 2026 13:25:57 +0800
Subject: [PATCH] 进销存pro 1.计量器具台账不要检定周期了,不要安装位置,加一个快到期提醒

---
 src/views/index.vue |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/views/index.vue b/src/views/index.vue
index 4ae5fe4..6c0b729 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>
@@ -479,7 +479,7 @@
 // 鑾峰彇宸ュ簭鍒楄〃
 const getProcessList = () => {
   list().then(res => {
-    processOptions.value = res.data
+    processOptions.value = res.data.records
   })
 }
 
@@ -728,7 +728,6 @@
 
 <style scoped>
 .dashboard {
-  background: #f5f7fa;
   min-height: 100vh;
   padding: 20px;
   box-sizing: border-box;

--
Gitblit v1.9.3