From dacc95761cf7090c628fc37a5d4f8bb825ccbbb0 Mon Sep 17 00:00:00 2001
From: yyb <995253665@qq.com>
Date: 星期六, 16 五月 2026 15:41:45 +0800
Subject: [PATCH] 企业新闻和通知公告

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

diff --git a/src/views/index.vue b/src/views/index.vue
index 336c6a1..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
   })
 }
 
@@ -552,7 +552,7 @@
     {
       name: '寮�绁�',
       type: 'line',
-      data: receiptAmount,
+      data: invoiceAmount,
       stack: 'Total',
       areaStyle: {
         color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
@@ -581,7 +581,7 @@
     {
       name: '鍥炴',
       type: 'line',
-      data: invoiceAmount,
+      data: receiptAmount,
       stack: 'Total',
       lineStyle: {
         width: 0
@@ -728,7 +728,6 @@
 
 <style scoped>
 .dashboard {
-  background: #f5f7fa;
   min-height: 100vh;
   padding: 20px;
   box-sizing: border-box;

--
Gitblit v1.9.3