From 2fda34643bc22e25f6c569415da5f955c81536bf Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 03 六月 2025 09:37:08 +0800 Subject: [PATCH] 设备详情通过ID过滤/设备详情增加上传附件 --- pages.json | 147 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 147 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index f0e4689..a32bc70 100644 --- a/pages.json +++ b/pages.json @@ -179,6 +179,153 @@ "bounce": "none" //鍒犻櫎姝ら」: mescroll-body鏀寔iOS鍥炲脊 } } + }, + { + "path" : "pages/device/deviceDeils/deviceDeils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/device/deviceWebDeils/deviceWebDeils", + "style" : + { + "navigationBarTitleText" : "璁惧璇︽儏" + } + }, + { + "path" : "pages/ToDoList/ToDoList", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/TaskManager/TaskManagerDeils/TaskManagerDeils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoListDeils/ToDoListDeils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/checkList/checkList", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/checkList/checkListDetils/checkListDetils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/baoZhou/baoZhou", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/baoZhou/baoZhouDetils/baoZhouDetils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/reportRepair/reportRepair", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/maintenanceReport/maintenanceReport", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/searEquipment/searEquipment", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/reportRepair/reportRepairList/reportRepairList", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/reportRepair/reportRepairDeils/reportRepairDeils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/maintenanceReport/maintenanceReportDetils/maintenanceReportDetils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoListDeils/ToDoCheckDetils/ToDoCheckDetils", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoListCheckSure/ToDoListCheckSure", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoSpareParts/ToDoSpareParts", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoBaoZhou/ToDoBaoZhou", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/ToDoList/ToDoBaoZhouSure/ToDoBaoZhouSure", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "pages/selectEquipment/selectEquipment", + "style" : + { + "navigationBarTitleText" : "" + } } -- Gitblit v1.9.3