Houjie
2025-04-11 1bf977929dd324f3ac64b70debd8a79443c54392
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/**
 * 常用服务
 * useful server
 */
const  icon_prefix="/static/home/128/"
 
export const us = {
  data:[
    {
      title:"任务管理",
      icon:icon_prefix+"wait_work.png",
      description:"待办已办事项",
      useCount:1000,
      page:'TaskManagerList'
    }
    // ,{
 //      title:"已办",
 //      icon:icon_prefix+"yiban.png",
 //      description:"已办事项",
 //      useCount:10000,
    //   page:'helloWorld'
 //    }
    // {
 //      title:"考勤",
 //      icon:icon_prefix+"kaoqin.png",
 //      description:"工作考勤",
 //      useCount:10000,
    //   page:'helloWorld'
 //    },{
 //      title:"日程",
 //      icon:icon_prefix+"richeng.png",
 //      description:"建立和查看个人工作安排",
 //      useCount:10000,
    //   page:'helloWorld'
 //    },{
 //      title:"请假申请",
 //      icon:icon_prefix+"qingjia1.png",
 //      description:"请假申请",
 //      useCount:10000,
    //   page:'helloWorld'
 //    },{
    //   title:"出差申请",
    //   icon:icon_prefix+"chuchai.png",
    //   description:"出差申请",
    //   useCount:10000,
    //   page:'helloWorld'
 //    },{
    //   title:"公文发文",
    //   icon:icon_prefix+"gongwen.png",
    //   description:"公文发文",
    //   useCount:10000,
    //   page:'helloWorld'
 //    },{
    //   title:"通知公告",
    //   icon:icon_prefix+"tongzhi.png",
    //   description:"查看企业对员工下发的通知公告",
    //   useCount:10000,
    //   page:'annotationList'
 //    },{
    //   title:"内部邮件",
    //   icon:icon_prefix+"youjian.png",
    //   description:"查看内部消息",
    //   useCount:10000,
    //   dot:false,
    //   page:'helloWorld'
 //    },{
    //   title:"通讯录",
    //   icon:icon_prefix+"tongxun.png",
    //   description:"查看部门,组员",
    //   useCount:10000,
    //   page:'levelAddressBook'
 //    }
  ]
}
 
 
/**
 * other server 其他服务
 */
export const os = {
  data:[
    {
      title:"点检",
      icon:icon_prefix+"xinwen.png",
      description:"设备点检",
      useCount:10000,
      page:'helloWorld'
    },{
      title:"周检",
      icon:icon_prefix+"toupiao.png",
      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'
    }
    // ,{
 //      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'
 //    }
  ]
}
 
 
 
/**
 * other server 其他服务
 */
export const ws = {
  data:[
    {
      title:"保养",
      icon:icon_prefix+"xinwen.png",
      description:"设备保养",
      useCount:10000,
      page:'helloWorld'
    },{
      title:"维修",
      icon:icon_prefix+"toupiao.png",
      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'
 //    }
    // ,{
 //      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'
 //    }
  ]
}