From b12b91b24733d0104474e956f20898df8a5ffd7a Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 14 三月 2026 11:22:33 +0800
Subject: [PATCH] fix: 设备保修设备名称可选
---
src/pages.json | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index a6d3cf9..d11cdea 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -541,6 +541,15 @@
}
},
{
+ "path": "pages/equipmentManagement/upkeepTask/index",
+ "style": {
+ "navigationBarTitleText": "璁惧淇濆吇浠诲姟",
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true,
+ "backgroundColor": "#f8f8f8"
+ }
+ },
+ {
"path": "pages/equipmentManagement/upkeep/detail",
"style": {
"navigationBarTitleText": "淇濆吇璇︽儏",
@@ -615,7 +624,7 @@
{
"path": "pages/inspectionManagement/index",
"style": {
- "navigationBarTitleText": "宸℃浠诲姟绠$悊",
+ "navigationBarTitleText": "宸℃浠诲姟",
"navigationStyle": "custom",
"enablePullDownRefresh": true,
"backgroundColor": "#f8f8f8"
--
Gitblit v1.9.3