From f571cf0182abd65176fb1512c5cb5ddaea49c4a3 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期二, 24 六月 2025 09:00:14 +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