From 263b4a60670671cef5445b102e670c40ba34a162 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期二, 30 六月 2026 15:11:11 +0800
Subject: [PATCH] 特种设备管理模块开发
---
src/pages/works.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/pages/works.vue b/src/pages/works.vue
index fc7eed5..c484e70 100644
--- a/src/pages/works.vue
+++ b/src/pages/works.vue
@@ -507,6 +507,10 @@
label: "瑙勭▼涓庤祫璐�",
},
{
+ icon: "/static/images/icon/yunxingguanli.svg",
+ label: "鐗圭璁惧绠$悊",
+ },
+ {
icon: "/static/images/icon/weixianyuan.svg",
label: "鍗遍櫓婧愬彴璐�",
},
@@ -935,6 +939,11 @@
url: "/pages/safeProduction/safeQualifications/index",
});
break;
+ case "鐗圭璁惧绠$悊":
+ uni.navigateTo({
+ url: "/pages/safeProduction/specialEquipmentManagement/index",
+ });
+ break;
case "鍗遍櫓婧愬彴璐�":
uni.navigateTo({
url: "/pages/safeProduction/hazardSourceLedger/index",
--
Gitblit v1.9.3