From 2fda34643bc22e25f6c569415da5f955c81536bf Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 03 六月 2025 09:37:08 +0800 Subject: [PATCH] 设备详情通过ID过滤/设备详情增加上传附件 --- common/util/work.js | 78 +++----------------------------------- 1 files changed, 7 insertions(+), 71 deletions(-) diff --git a/common/util/work.js b/common/util/work.js index 1489ed1..f2388ab 100644 --- a/common/util/work.js +++ b/common/util/work.js @@ -94,50 +94,18 @@ export const os = { data:[ { - title:"鐐规", + title:"寰呯偣妫�", icon:icon_prefix+"xinwen.png", description:"璁惧鐐规", useCount:10000, - page:'helloWorld' + page:'checkList' },{ - title:"鍛ㄤ繚", + title:"寰呭懆淇�", icon:icon_prefix+"toupiao.png", description:"璁惧鍛ㄤ繚", useCount:10000, - page:'helloWorld' + page:'baoZhou' } - // ,{ - // title:"浜屼繚", - // icon:icon_prefix+"renwu.png", - // description:"璁惧浜屼繚", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"涓変繚", - // icon:icon_prefix+"wendang.png", - // description:"璁惧涓変繚", - // useCount:10000, - // page:'helloWorld' - // } - // ,{ - // title:"鍚堝悓", - // icon:icon_prefix+"hetong.png", - // description:"鍚堝悓", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"浼氳", - // icon:icon_prefix+"huiyi.png", - // description:"浼氳", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"瀹㈡埛鍏崇郴", - // icon:icon_prefix+"tongzhi.png", - // description:"瀹㈡埛鍏崇郴", - // useCount:10000, - // page:'helloWorld' - // } ] } @@ -153,45 +121,13 @@ icon:icon_prefix+"xinwen.png", description:"璁惧鎶ヤ慨", useCount:10000, - page:'helloWorld' + page:'reportRepairList' },{ - title:"缁翠慨", + title:"寰呯淮淇�", icon:icon_prefix+"toupiao.png", description:"璁惧缁翠慨", useCount:10000, - page:'helloWorld' + page:'maintenanceReport' } - // ,{ - // title:"浜屼繚", - // icon:icon_prefix+"renwu.png", - // description:"璁惧浜屼繚", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"涓変繚", - // icon:icon_prefix+"wendang.png", - // description:"璁惧涓変繚", - // useCount:10000, - // page:'helloWorld' - // } - // ,{ - // title:"鍚堝悓", - // icon:icon_prefix+"hetong.png", - // description:"鍚堝悓", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"浼氳", - // icon:icon_prefix+"huiyi.png", - // description:"浼氳", - // useCount:10000, - // page:'helloWorld' - // },{ - // title:"瀹㈡埛鍏崇郴", - // icon:icon_prefix+"tongzhi.png", - // description:"瀹㈡埛鍏崇郴", - // useCount:10000, - // page:'helloWorld' - // } ] } \ No newline at end of file -- Gitblit v1.9.3