From 1524fa42ddf01fd72207a8a4b4667a48e4f233aa Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 11 七月 2025 13:39:02 +0800
Subject: [PATCH] refactor(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