work.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  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. title: "委托暂存",
  15. icon: icon_prefix + "wendang.png",
  16. description: "委托暂存",
  17. useCount: 10000,
  18. page: 'hold'
  19. }, {
  20. title: "委托查询",
  21. icon: icon_prefix + "kaoqin.png",
  22. description: "工作考勤",
  23. useCount: 10000,
  24. page: 'jindu'
  25. }, {
  26. title: "我的样品",
  27. icon: icon_prefix + "richeng.png",
  28. description: "建立和查看个人工作安排",
  29. useCount: 10000,
  30. page: 'list'
  31. }
  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. {
  88. title: "个人信息",
  89. icon: icon_prefix + "toupiao.png",
  90. description: "投票中心",
  91. useCount: 10000,
  92. page: 'userdetail'
  93. },
  94. {
  95. title: "修改密码",
  96. icon: icon_prefix + "xinwen.png",
  97. description: "新闻中心",
  98. useCount: 10000,
  99. page: 'editpassword'
  100. }, {
  101. title: "我的钱包",
  102. icon: icon_prefix + "tongzhi.png",
  103. description: "我的钱包",
  104. useCount: 10000,
  105. page: 'wallet'
  106. },
  107. {
  108. title: "退出登录",
  109. icon: icon_prefix + "renwu.png",
  110. description: "任务中心",
  111. useCount: 10000,
  112. page: 'userexit'
  113. }
  114. /* {
  115. title:"文档中心",
  116. icon:icon_prefix+"wendang.png",
  117. description:"文档中心",
  118. useCount:10000,
  119. page:'helloWorld'
  120. },{
  121. title:"合同",
  122. icon:icon_prefix+"hetong.png",
  123. description:"合同",
  124. useCount:10000,
  125. page:'helloWorld'
  126. },{
  127. title:"会议",
  128. icon:icon_prefix+"huiyi.png",
  129. description:"会议",
  130. useCount:10000,
  131. page:'helloWorld'
  132. },{
  133. title:"客户关系",
  134. icon:icon_prefix+"tongzhi.png",
  135. description:"客户关系",
  136. useCount:10000,
  137. page:'helloWorld'
  138. } */
  139. ]
  140. }
  141. /**
  142. * other server 售后服务
  143. */
  144. export const sh = {
  145. data: [
  146. /* {
  147. title:"委托进度查询",
  148. icon:icon_prefix+"xinwen.png",
  149. description:"新闻中心",
  150. useCount:10000,
  151. page:'helloWorld'
  152. }
  153. , */
  154. {
  155. title: "满意度调查",
  156. icon: icon_prefix + "toupiao.png",
  157. description: "投票中心",
  158. useCount: 10000,
  159. page: 'manyi'
  160. }, {
  161. title: "投诉",
  162. icon: icon_prefix + "renwu.png",
  163. description: "任务中心",
  164. useCount: 10000,
  165. page: 'tousuList'
  166. }, {
  167. title: "沟通",
  168. icon: icon_prefix + "wendang.png",
  169. description: "文档中心",
  170. useCount: 10000,
  171. page: 'communication'
  172. }
  173. /* {
  174. title:"文档中心",
  175. icon:icon_prefix+"wendang.png",
  176. description:"文档中心",
  177. useCount:10000,
  178. page:'helloWorld'
  179. },{
  180. title:"合同",
  181. icon:icon_prefix+"hetong.png",
  182. description:"合同",
  183. useCount:10000,
  184. page:'helloWorld'
  185. },{
  186. title:"会议",
  187. icon:icon_prefix+"huiyi.png",
  188. description:"会议",
  189. useCount:10000,
  190. page:'helloWorld'
  191. },{
  192. title:"客户关系",
  193. icon:icon_prefix+"tongzhi.png",
  194. description:"客户关系",
  195. useCount:10000,
  196. page:'helloWorld'
  197. } */
  198. ]
  199. }