Açıklama Yok

constData.config.js 8.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. export default {
  2. // app应用名称
  3. appName: '通用办公',
  4. // 验证码发送间隔
  5. sendCodeTime: 60,
  6. //首页banner图数据
  7. bannnerData: [{
  8. id: "1",
  9. imgPath: "../../static/banner-01.png"
  10. },
  11. {
  12. id: "2",
  13. imgPath: "../../static/banner-02.png"
  14. }
  15. ],
  16. //任务列表数据
  17. roleListData: {
  18. //审核员数据
  19. auditorList: [{
  20. id: "1",
  21. imagePath: "../../static/icon_tosubmit.png",
  22. imageBg: "#fe940a",
  23. text: "待审转办",
  24. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0&state=&jianhang=0&phoneType=2",
  25. },
  26. {
  27. id: "2",
  28. imagePath: "../../static/icon_orderBack.png",
  29. imageBg: "#4792f8",
  30. text: "退回待审转办",
  31. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=10&state=10&jianhang=0&phoneType=2",
  32. },
  33. {
  34. id: "3",
  35. imagePath: "../../static/icon_delayed.png",
  36. imageBg: "#ff7451",
  37. text: "局委延时审核",
  38. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=2&tab=7&state=&jianhang=0&phoneType=2",
  39. },
  40. {
  41. id: "4",
  42. imagePath: "../../static/icon_tosubmit.png",
  43. imageBg: "#ff7451",
  44. text: "局委退回审核",
  45. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=10&jianhang=0&phoneType=2&displayCallContent=1",
  46. },
  47. {
  48. id: "5",
  49. imagePath: "../../static/icon_already.png",
  50. imageBg: "#1ccd8d",
  51. text: "已办待回访",
  52. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=6&jianhang=0&phoneType=2&segmenter=0&db=0&tobereply=1",
  53. },
  54. {
  55. id: "6",
  56. imagePath: "../../static/icon_backlog.png",
  57. imageBg: "#7068e2",
  58. text: "正在办理",
  59. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=1&state=&jianhang=0&phoneType=2",
  60. },
  61. {
  62. id: "7",
  63. imagePath: "../../static/icon_unsuccessful.png",
  64. imageBg: "#f26564",
  65. text: "超期未果",
  66. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=4&tab=1&state=&jianhang=0&phoneType=2&displayCallContent=1",
  67. },
  68. {
  69. id: "8",
  70. imagePath: "../../static/icon_unsuccessful.png",
  71. imageBg: "#f26564",
  72. text: "已办未果",
  73. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&jianhang=0&phoneType=2&segmenter=1&isproresult=1",
  74. },
  75. {
  76. id: "9",
  77. imagePath: "../../static/icon_already.png",
  78. imageBg: "#1ccd8d",
  79. text: "已办结",
  80. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=5&state=&jianhang=0&phoneType=2",
  81. },
  82. {
  83. id: "10",
  84. imagePath: "../../static/icon_backlog.png",
  85. imageBg: "#1ccd8d",
  86. text: "已转督办",
  87. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=5&tab=5&state=&jianhang=0&phoneType=2",
  88. },
  89. {
  90. id: "11",
  91. imagePath: "../../static/icon_backlog.png",
  92. imageBg: "#1ccd8d",
  93. text: "已退回重办",
  94. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=4&state=&jianhang=0&phoneType=2",
  95. },
  96. {
  97. id: "12",
  98. imagePath: "../../static/icon-search.png",
  99. imageBg: "#1ccd8d",
  100. text: "工单查询",
  101. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
  102. }
  103. ],
  104. // 管理员
  105. administratorList: [{
  106. id: "1",
  107. imagePath: "../../static/icon_tosubmit.png",
  108. imageBg: "#fe940a",
  109. text: "待审转办",
  110. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0&state=&jianhang=0&phoneType=2",
  111. },
  112. {
  113. id: "2",
  114. imagePath: "../../static/icon_orderBack.png",
  115. imageBg: "#4792f8",
  116. text: "退回待审转办",
  117. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=10&state=10&jianhang=0&phoneType=2",
  118. },
  119. {
  120. id: "3",
  121. imagePath: "../../static/icon_delayed.png",
  122. imageBg: "#ff7451",
  123. text: "局委延时审核",
  124. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=2&tab=7&state=&jianhang=0&phoneType=2",
  125. },
  126. {
  127. id: "4",
  128. imagePath: "../../static/icon_tosubmit.png",
  129. imageBg: "#ff7451",
  130. text: "局委退回审核",
  131. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=10&jianhang=0&phoneType=2&displayCallContent=1",
  132. },
  133. {
  134. id: "5",
  135. imagePath: "../../static/icon_already.png",
  136. imageBg: "#1ccd8d",
  137. text: "已办待回访",
  138. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=6&jianhang=0&phoneType=2&segmenter=0&db=0&tobereply=1",
  139. },
  140. {
  141. id: "6",
  142. imagePath: "../../static/icon_backlog.png",
  143. imageBg: "#7068e2",
  144. text: "正在办理",
  145. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=1&state=&jianhang=0&phoneType=2",
  146. },
  147. {
  148. id: "7",
  149. imagePath: "../../static/icon_unsuccessful.png",
  150. imageBg: "#f26564",
  151. text: "超期未果",
  152. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=4&tab=1&state=&jianhang=0&phoneType=2&displayCallContent=1",
  153. },
  154. {
  155. id: "8",
  156. imagePath: "../../static/icon_unsuccessful.png",
  157. imageBg: "#f26564",
  158. text: "已办未果",
  159. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&jianhang=0&phoneType=2&segmenter=1&isproresult=1",
  160. },
  161. {
  162. id: "9",
  163. imagePath: "../../static/icon_already.png",
  164. imageBg: "#1ccd8d",
  165. text: "已办结",
  166. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=5&state=&jianhang=0&phoneType=2",
  167. },
  168. {
  169. id: "10",
  170. imagePath: "../../static/icon_backlog.png",
  171. imageBg: "#1ccd8d",
  172. text: "已转督办",
  173. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=5&tab=5&state=&jianhang=0&phoneType=2",
  174. },
  175. {
  176. id: "11",
  177. imagePath: "../../static/icon_backlog.png",
  178. imageBg: "#1ccd8d",
  179. text: "已退回重办",
  180. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=4&state=&jianhang=0&phoneType=2",
  181. },
  182. {
  183. id: "12",
  184. imagePath: "../../static/icon-search.png",
  185. imageBg: "#1ccd8d",
  186. text: "工单查询",
  187. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
  188. }
  189. ],
  190. // 中心话务员
  191. centerOperatorList: [{
  192. }],
  193. // 话务组长
  194. trafficGroupLeaderList: [{
  195. }],
  196. // 二级单位
  197. secondaryUnitList: [{
  198. }],
  199. // 三级单位
  200. tertiaryUnitList: [{
  201. }],
  202. // 督办
  203. supervisorList: [{
  204. }],
  205. // 多媒体调度
  206. multimediaSchedulingList: [{
  207. }],
  208. // 局营商办
  209. bureauBusiness: [{
  210. }],
  211. //办理人员测试
  212. acceptList: [{
  213. id: "1",
  214. imagePath: "../../static/icon_tosubmit.png",
  215. imageBg: "#fe940a",
  216. text: "待审转办",
  217. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0",
  218. },
  219. {
  220. id: "12",
  221. imagePath: "../../static/icon-search.png",
  222. imageBg: "#1ccd8d",
  223. text: "工单查询",
  224. navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
  225. }
  226. ]
  227. },
  228. //公告管理数据
  229. noticListData: [{
  230. id: "1",
  231. imagePath: "../../static/icon_noticefi.png",
  232. imageBg: "#4792f8",
  233. textTit: "暂无内容",
  234. textCon: "正在加急赶工中..."
  235. },
  236. {
  237. id: "2",
  238. imagePath: "../../static/icon_warning.png",
  239. imageBg: "#ff0000",
  240. textTit: "暂无内容",
  241. textCon: "正在加急赶工中..."
  242. },
  243. {
  244. id: "3",
  245. imagePath: "../../static/icon_overtime.png",
  246. imageBg: "#ff9600",
  247. textTit: "暂无内容",
  248. textCon: "正在加急赶工中..."
  249. },
  250. ]
  251. };