work.js 4.2 KB

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