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 | 103 +++++++++++++-------------------------------------- 1 files changed, 27 insertions(+), 76 deletions(-) diff --git a/common/util/work.js b/common/util/work.js index 2e81bfc..f2388ab 100644 --- a/common/util/work.js +++ b/common/util/work.js @@ -7,12 +7,26 @@ export const us = { data:[ { - title:"浠诲姟绠$悊", + title:"寰呭姙", icon:icon_prefix+"wait_work.png", - description:"寰呭姙宸插姙浜嬮」", + description:"寰呭姙浜嬮」", useCount:1000, + page:'ToDoList' + }, + { + title:"宸插姙", + icon:icon_prefix+"wait_work.png", + description:"宸插姙浜嬮」", + useCount:1000, page:'TaskManagerList' - } + }, + { + title:"鎵竴鎵�", + icon:icon_prefix+"icon_sacan.png", + description:"鎵爜", + useCount:10000, + page:'spare' + } // ,{ // title:"宸插姙", // icon:icon_prefix+"yiban.png", @@ -80,49 +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:"璁惧鍛ㄦ", + description:"璁惧鍛ㄤ繚", useCount:10000, - page:'helloWorld' - },{ - title:"浜屼繚", - icon:icon_prefix+"renwu.png", - description:"璁惧浜屼繚", - useCount:10000, - page:'helloWorld' - },{ - title:"涓変繚", - icon:icon_prefix+"wendang.png", - description:"璁惧涓変繚", - useCount:10000, - page:'helloWorld' + page:'baoZhou' } - // ,{ - // 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' - // } ] } @@ -134,49 +117,17 @@ export const ws = { data:[ { - title:"淇濆吇", + title:"鎶ヤ慨", icon:icon_prefix+"xinwen.png", - description:"璁惧淇濆吇", + 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