work.js 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /**
  2. * 常用服务
  3. * useful server
  4. */
  5. const icon_prefix="/static/home/128/"
  6. export const us = {
  7. data:[
  8. {
  9. title:"委托申请",
  10. icon:icon_prefix+"richang.png",
  11. description:"记录每天的工作经验和心得",
  12. useCount:1000,
  13. page:'order'
  14. }/* ,{
  15. title:"历史委托单",
  16. icon:icon_prefix+"zhoubao.png",
  17. description:"总结每周的工作情况和下周计划",
  18. useCount:10000,
  19. page:'list'
  20. } */ ,{
  21. title:"委托单进度查询",
  22. icon:icon_prefix+"kaoqin.png",
  23. description:"工作考勤",
  24. useCount:10000,
  25. page:'jindu'
  26. },/**{
  27. title:"满意度调查",
  28. icon:icon_prefix+"richeng.png",
  29. description:"建立和查看个人工作安排",
  30. useCount:10000,
  31. page:'helloWorld'
  32. },
  33. {
  34. title:"请假申请",
  35. icon:icon_prefix+"qingjia1.png",
  36. description:"请假申请",
  37. useCount:10000,
  38. page:'helloWorld'
  39. },{
  40. title:"出差申请",
  41. icon:icon_prefix+"chuchai.png",
  42. description:"出差申请",
  43. useCount:10000,
  44. page:'helloWorld'
  45. },{
  46. title:"公文发文",
  47. icon:icon_prefix+"gongwen.png",
  48. description:"公文发文",
  49. useCount:10000,
  50. page:'helloWorld'
  51. },{
  52. title:"通知公告",
  53. icon:icon_prefix+"tongzhi.png",
  54. description:"查看企业对员工下发的通知公告",
  55. useCount:10000,
  56. page:'annotationList'
  57. },{
  58. title:"内部邮件",
  59. icon:icon_prefix+"youjian.png",
  60. description:"查看内部消息",
  61. useCount:10000,
  62. dot:false,
  63. page:'helloWorld'
  64. },{
  65. title:"通讯录",
  66. icon:icon_prefix+"tongxun.png",
  67. description:"查看部门,组员",
  68. useCount:10000,
  69. page:'levelAddressBook'
  70. },
  71. */
  72. ]
  73. }
  74. /**
  75. * other server 其他服务
  76. */
  77. export const os = {
  78. data:[
  79. /* {
  80. title:"委托进度查询",
  81. icon:icon_prefix+"xinwen.png",
  82. description:"新闻中心",
  83. useCount:10000,
  84. page:'helloWorld'
  85. }
  86. , */{
  87. title:"个人信息",
  88. icon:icon_prefix+"toupiao.png",
  89. description:"投票中心",
  90. useCount:10000,
  91. page:'userdetail'
  92. },{
  93. title:"退出登录",
  94. icon:icon_prefix+"renwu.png",
  95. description:"任务中心",
  96. useCount:10000,
  97. page:'userexit'
  98. },/* {
  99. title:"文档中心",
  100. icon:icon_prefix+"wendang.png",
  101. description:"文档中心",
  102. useCount:10000,
  103. page:'helloWorld'
  104. },{
  105. title:"合同",
  106. icon:icon_prefix+"hetong.png",
  107. description:"合同",
  108. useCount:10000,
  109. page:'helloWorld'
  110. },{
  111. title:"会议",
  112. icon:icon_prefix+"huiyi.png",
  113. description:"会议",
  114. useCount:10000,
  115. page:'helloWorld'
  116. },{
  117. title:"客户关系",
  118. icon:icon_prefix+"tongzhi.png",
  119. description:"客户关系",
  120. useCount:10000,
  121. page:'helloWorld'
  122. } */
  123. ]
  124. }
  125. /**
  126. * other server 售后服务
  127. */
  128. export const sh = {
  129. data:[
  130. /* {
  131. title:"委托进度查询",
  132. icon:icon_prefix+"xinwen.png",
  133. description:"新闻中心",
  134. useCount:10000,
  135. page:'helloWorld'
  136. }
  137. , */{
  138. title:"满意度调查",
  139. icon:icon_prefix+"toupiao.png",
  140. description:"投票中心",
  141. useCount:10000,
  142. page:'manyi'
  143. },{
  144. title:"投诉",
  145. icon:icon_prefix+"renwu.png",
  146. description:"任务中心",
  147. useCount:10000,
  148. page:'tousu'
  149. },/* {
  150. title:"文档中心",
  151. icon:icon_prefix+"wendang.png",
  152. description:"文档中心",
  153. useCount:10000,
  154. page:'helloWorld'
  155. },{
  156. title:"合同",
  157. icon:icon_prefix+"hetong.png",
  158. description:"合同",
  159. useCount:10000,
  160. page:'helloWorld'
  161. },{
  162. title:"会议",
  163. icon:icon_prefix+"huiyi.png",
  164. description:"会议",
  165. useCount:10000,
  166. page:'helloWorld'
  167. },{
  168. title:"客户关系",
  169. icon:icon_prefix+"tongzhi.png",
  170. description:"客户关系",
  171. useCount:10000,
  172. page:'helloWorld'
  173. } */
  174. ]
  175. }