work.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  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:'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. 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. {
  102. title:"退出登录",
  103. icon:icon_prefix+"renwu.png",
  104. description:"任务中心",
  105. useCount:10000,
  106. page:'userexit'
  107. },/* {
  108. title:"文档中心",
  109. icon:icon_prefix+"wendang.png",
  110. description:"文档中心",
  111. useCount:10000,
  112. page:'helloWorld'
  113. },{
  114. title:"合同",
  115. icon:icon_prefix+"hetong.png",
  116. description:"合同",
  117. useCount:10000,
  118. page:'helloWorld'
  119. },{
  120. title:"会议",
  121. icon:icon_prefix+"huiyi.png",
  122. description:"会议",
  123. useCount:10000,
  124. page:'helloWorld'
  125. },{
  126. title:"客户关系",
  127. icon:icon_prefix+"tongzhi.png",
  128. description:"客户关系",
  129. useCount:10000,
  130. page:'helloWorld'
  131. } */
  132. ]
  133. }
  134. /**
  135. * other server 售后服务
  136. */
  137. export const sh = {
  138. data:[
  139. /* {
  140. title:"委托进度查询",
  141. icon:icon_prefix+"xinwen.png",
  142. description:"新闻中心",
  143. useCount:10000,
  144. page:'helloWorld'
  145. }
  146. , */{
  147. title:"满意度调查",
  148. icon:icon_prefix+"toupiao.png",
  149. description:"投票中心",
  150. useCount:10000,
  151. page:'manyi'
  152. },{
  153. title:"投诉",
  154. icon:icon_prefix+"renwu.png",
  155. description:"任务中心",
  156. useCount:10000,
  157. page:'tousu'
  158. },/* {
  159. title:"文档中心",
  160. icon:icon_prefix+"wendang.png",
  161. description:"文档中心",
  162. useCount:10000,
  163. page:'helloWorld'
  164. },{
  165. title:"合同",
  166. icon:icon_prefix+"hetong.png",
  167. description:"合同",
  168. useCount:10000,
  169. page:'helloWorld'
  170. },{
  171. title:"会议",
  172. icon:icon_prefix+"huiyi.png",
  173. description:"会议",
  174. useCount:10000,
  175. page:'helloWorld'
  176. },{
  177. title:"客户关系",
  178. icon:icon_prefix+"tongzhi.png",
  179. description:"客户关系",
  180. useCount:10000,
  181. page:'helloWorld'
  182. } */
  183. ]
  184. }