work.js 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  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. text: 0
  26. }, {
  27. title: "我的样品",
  28. icon: icon_prefix + "richeng.png",
  29. description: "建立和查看个人工作安排",
  30. useCount: 10000,
  31. page: 'list'
  32. }
  33. /**
  34. {
  35. title:"请假申请",
  36. icon:icon_prefix+"qingjia1.png",
  37. description:"请假申请",
  38. useCount:10000,
  39. page:'helloWorld'
  40. },{
  41. title:"出差申请",
  42. icon:icon_prefix+"chuchai.png",
  43. description:"出差申请",
  44. useCount:10000,
  45. page:'helloWorld'
  46. },{
  47. title:"公文发文",
  48. icon:icon_prefix+"gongwen.png",
  49. description:"公文发文",
  50. useCount:10000,
  51. page:'helloWorld'
  52. },{
  53. title:"通知公告",
  54. icon:icon_prefix+"tongzhi.png",
  55. description:"查看企业对员工下发的通知公告",
  56. useCount:10000,
  57. page:'annotationList'
  58. },{
  59. title:"内部邮件",
  60. icon:icon_prefix+"youjian.png",
  61. description:"查看内部消息",
  62. useCount:10000,
  63. dot:false,
  64. page:'helloWorld'
  65. },{
  66. title:"通讯录",
  67. icon:icon_prefix+"tongxun.png",
  68. description:"查看部门,组员",
  69. useCount:10000,
  70. page:'levelAddressBook'
  71. },
  72. */
  73. ]
  74. }
  75. /**
  76. * other server 其他服务
  77. */
  78. export const os = {
  79. data: [
  80. /* {
  81. title:"委托进度查询",
  82. icon:icon_prefix+"xinwen.png",
  83. description:"新闻中心",
  84. useCount:10000,
  85. page:'helloWorld'
  86. }
  87. , */
  88. {
  89. title: "个人信息",
  90. icon: icon_prefix + "toupiao.png",
  91. description: "投票中心",
  92. useCount: 10000,
  93. page: 'userdetail'
  94. },
  95. {
  96. title: "修改密码",
  97. icon: icon_prefix + "xinwen.png",
  98. description: "新闻中心",
  99. useCount: 10000,
  100. page: 'editpassword'
  101. }, {
  102. title: "我的钱包",
  103. icon: icon_prefix + "tongzhi.png",
  104. description: "我的钱包",
  105. useCount: 10000,
  106. page: 'wallet'
  107. },
  108. {
  109. title: "退出登录",
  110. icon: icon_prefix + "renwu.png",
  111. description: "任务中心",
  112. useCount: 10000,
  113. page: 'userexit'
  114. }
  115. /* {
  116. title:"文档中心",
  117. icon:icon_prefix+"wendang.png",
  118. description:"文档中心",
  119. useCount:10000,
  120. page:'helloWorld'
  121. },{
  122. title:"合同",
  123. icon:icon_prefix+"hetong.png",
  124. description:"合同",
  125. useCount:10000,
  126. page:'helloWorld'
  127. },{
  128. title:"会议",
  129. icon:icon_prefix+"huiyi.png",
  130. description:"会议",
  131. useCount:10000,
  132. page:'helloWorld'
  133. },{
  134. title:"客户关系",
  135. icon:icon_prefix+"tongzhi.png",
  136. description:"客户关系",
  137. useCount:10000,
  138. page:'helloWorld'
  139. } */
  140. ]
  141. }
  142. /**
  143. * other server 售后服务
  144. */
  145. export const sh = {
  146. data: [
  147. /* {
  148. title:"委托进度查询",
  149. icon:icon_prefix+"xinwen.png",
  150. description:"新闻中心",
  151. useCount:10000,
  152. page:'helloWorld'
  153. }
  154. , */
  155. {
  156. title: "满意度调查",
  157. icon: icon_prefix + "toupiao.png",
  158. description: "投票中心",
  159. useCount: 10000,
  160. page: 'manyi'
  161. }, {
  162. title: "投诉",
  163. icon: icon_prefix + "renwu.png",
  164. description: "任务中心",
  165. useCount: 10000,
  166. page: 'tousuList'
  167. }, {
  168. title: "沟通",
  169. icon: icon_prefix + "wendang.png",
  170. description: "文档中心",
  171. useCount: 10000,
  172. page: 'communicationList'
  173. }
  174. /* {
  175. title:"文档中心",
  176. icon:icon_prefix+"wendang.png",
  177. description:"文档中心",
  178. useCount:10000,
  179. page:'helloWorld'
  180. },{
  181. title:"合同",
  182. icon:icon_prefix+"hetong.png",
  183. description:"合同",
  184. useCount:10000,
  185. page:'helloWorld'
  186. },{
  187. title:"会议",
  188. icon:icon_prefix+"huiyi.png",
  189. description:"会议",
  190. useCount:10000,
  191. page:'helloWorld'
  192. },{
  193. title:"客户关系",
  194. icon:icon_prefix+"tongzhi.png",
  195. description:"客户关系",
  196. useCount:10000,
  197. page:'helloWorld'
  198. } */
  199. ]
  200. }