From d85836bf6b1574122830f6db8770e98184edd51c Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 20 九月 2025 09:49:01 +0800
Subject: [PATCH] 巡检上传页面
---
src/pages/index.vue | 26 +++++++++++++++++++++++---
1 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/src/pages/index.vue b/src/pages/index.vue
index 05398bd..2062b64 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -269,12 +269,22 @@
},
{
icon: '/static/images/icon/shebeixunjian@2x.png',
- label: '璁惧宸℃',
+ label: '宸℃涓婁紶',
},
{
icon: 'flash',
label: '鏅鸿兘娲惧崟',
bgColor: '#ff6b35'
+ },
+ {
+ icon: 'file-text',
+ label: '浣滀笟鎸囧',
+ bgColor: '#4caf50'
+ },
+ {
+ icon: 'checkmark-circle',
+ label: '缁撴灉楠岃瘉',
+ bgColor: '#9c27b0'
}
]);
@@ -367,9 +377,9 @@
url: '/pages/equipmentManagement/upkeep/index'
});
break;
- case '璁惧宸℃':
+ case '宸℃涓婁紶':
uni.navigateTo({
- url: '/pages/equipmentManagement/inspection/index'
+ url: '/pages/inspectionUpload/index'
});
break;
case '鏅鸿兘娲惧崟':
@@ -377,6 +387,16 @@
url: '/pages/equipmentManagement/smartDispatch/index'
});
break;
+ case '浣滀笟鎸囧':
+ uni.navigateTo({
+ url: '/pages/equipmentManagement/sop/index'
+ });
+ break;
+ case '缁撴灉楠岃瘉':
+ uni.navigateTo({
+ url: '/pages/equipmentManagement/verification/index'
+ });
+ break;
default:
uni.showToast({
title: `鐐瑰嚮浜�${item.label}`,
--
Gitblit v1.9.3