From 7b4cd6ef04b358e0805846d49e3acf02d7eae5cb Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期三, 30 七月 2025 11:08:33 +0800
Subject: [PATCH] feat(eims): 更新预测性维护功能 - 新增设备数据定时更新功能 - 添加维护建议滚动显示 - 更新设备部件寿命预测数据 - 调整备件库存与预警逻辑 - 优化数据展示和颜色提示

---
 eims-ui-mobile/src/pages/home/index.vue |   16 +++++++++++-----
 1 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/eims-ui-mobile/src/pages/home/index.vue b/eims-ui-mobile/src/pages/home/index.vue
index bcc1faa..c4e42ed 100644
--- a/eims-ui-mobile/src/pages/home/index.vue
+++ b/eims-ui-mobile/src/pages/home/index.vue
@@ -108,7 +108,7 @@
           <template #title>
             <view class="flex items-center menu-title-box">
               <view class="menu-indicator"></view>
-              <view class="ml-1 text-sm">璁惧绠$悊</view>
+              <view class="ml-1 text-sm">鐐规淇濆吇</view>
             </view>
           </template>
           <wd-grid :column="4">
@@ -130,7 +130,7 @@
           <template #title>
             <view class="flex items-center menu-title-box">
               <view class="menu-indicator"></view>
-              <view class="ml-1 text-sm">鍙拌处鐩稿叧</view>
+              <view class="ml-1 text-sm">璁惧鍙板笎</view>
             </view>
           </template>
           <wd-grid :column="4">
@@ -257,10 +257,16 @@
   },
   {
     id: 2,
-    name: '宸ュ叿鍒楄〃',
-    icon: '/static/ico/ico16.png',
-    path: 'pages/fixture/fixture-list',
+    name: '鐘舵�佸彉鏇磋褰�',
+    icon: '/static/ico/ico15.png',
+    path: 'pages/equ-status/list',
   },
+  // {
+  //   id: 2,
+  //   name: '宸ュ叿鍒楄〃',
+  //   icon: '/static/ico/ico16.png',
+  //   path: 'pages/fixture/fixture-list',
+  // },
 ])
 
 const inspectMenu = reactive([

--
Gitblit v1.9.3