From 633568cff8a45c9f92aec1ec5edb5a09a3b0d8a4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 14 三月 2026 13:26:38 +0800
Subject: [PATCH] fix: 隐患地点需要拍照而不是文字描述,需要可预览。
---
src/pages.json | 62 ++++++++++++++++++++++++++++++-
1 files changed, 60 insertions(+), 2 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index e2560fd..d11cdea 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -541,6 +541,22 @@
}
},
{
+ "path": "pages/equipmentManagement/upkeepTask/index",
+ "style": {
+ "navigationBarTitleText": "璁惧淇濆吇浠诲姟",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "pages/equipmentManagement/upkeep/detail",
+ "style": {
+ "navigationBarTitleText": "淇濆吇璇︽儏",
+ "navigationStyle": "custom"
+ }
+ },
+ {
"path": "pages/equipmentManagement/upkeep/add",
"style": {
"navigationBarTitleText": "鏂板淇濆吇璁″垝",
@@ -599,7 +615,16 @@
{
"path": "pages/inspectionUpload/index",
"style": {
- "navigationBarTitleText": "宸℃涓婁紶",
+ "navigationBarTitleText": "宸℃绠$悊",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
+ "path": "pages/inspectionManagement/index",
+ "style": {
+ "navigationBarTitleText": "宸℃浠诲姟",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f8f8"
@@ -884,6 +909,33 @@
"navigationBarTitleText": "钖祫鍙拌处璇︽儏",
"navigationStyle": "custom"
}
+ },
+ {
+ "path": "pages/humanResources/contractManagement/index",
+ "style": {
+ "navigationBarTitleText": "鍚堝悓绠$悊",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/workOrder/index",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇宸ュ崟",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/productionManagement/workOrder/fileList",
+ "style": {
+ "navigationBarTitleText": "鐢熶骇宸ュ崟闄勪欢",
+ "navigationStyle": "custom"
+ }
+ },
+ {
+ "path": "pages/message",
+ "style": {
+ "navigationBarTitleText": "娑堟伅涓績"
+ }
}
],
"subPackages": [
@@ -1096,6 +1148,12 @@
"text": "棣栭〉"
},
{
+ "pagePath": "pages/message",
+ "iconPath": "static/images/tabbar/work.png",
+ "selectedIconPath": "static/images/tabbar/work_.png",
+ "text": "娑堟伅"
+ },
+ {
"pagePath": "pages/mine",
"iconPath": "static/images/tabbar/mine.png",
"selectedIconPath": "static/images/tabbar/mine_.png",
@@ -1108,4 +1166,4 @@
"navigationBarTitleText": "RuoYi",
"navigationBarBackgroundColor": "#FFFFFF"
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3