| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261 |
- export default {
- // app应用名称
- appName: '通用办公',
- // 验证码发送间隔
- sendCodeTime: 60,
- //首页banner图数据
- bannnerData: [{
- id: "1",
- imgPath: "../../static/banner-01.png"
- },
- {
- id: "2",
- imgPath: "../../static/banner-02.png"
- }
- ],
- //任务列表数据
- roleListData: {
- //审核员数据
- auditorList: [{
- id: "1",
- imagePath: "../../static/icon_tosubmit.png",
- imageBg: "#fe940a",
- text: "待审转办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0&state=&jianhang=0&phoneType=2",
- },
- {
- id: "2",
- imagePath: "../../static/icon_orderBack.png",
- imageBg: "#4792f8",
- text: "退回待审转办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=10&state=10&jianhang=0&phoneType=2",
- },
- {
- id: "3",
- imagePath: "../../static/icon_delayed.png",
- imageBg: "#ff7451",
- text: "局委延时审核",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=2&tab=7&state=&jianhang=0&phoneType=2",
- },
- {
- id: "4",
- imagePath: "../../static/icon_tosubmit.png",
- imageBg: "#ff7451",
- text: "局委退回审核",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=10&jianhang=0&phoneType=2&displayCallContent=1",
- },
- {
- id: "5",
- imagePath: "../../static/icon_already.png",
- imageBg: "#1ccd8d",
- text: "已办待回访",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=6&jianhang=0&phoneType=2&segmenter=0&db=0&tobereply=1",
- },
- {
- id: "6",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#7068e2",
- text: "正在办理",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=1&state=&jianhang=0&phoneType=2",
- },
- {
- id: "7",
- imagePath: "../../static/icon_unsuccessful.png",
- imageBg: "#f26564",
- text: "超期未果",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=4&tab=1&state=&jianhang=0&phoneType=2&displayCallContent=1",
- },
- {
- id: "8",
- imagePath: "../../static/icon_unsuccessful.png",
- imageBg: "#f26564",
- text: "已办未果",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&jianhang=0&phoneType=2&segmenter=1&isproresult=1",
- },
- {
- id: "9",
- imagePath: "../../static/icon_already.png",
- imageBg: "#1ccd8d",
- text: "已办结",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=5&state=&jianhang=0&phoneType=2",
- },
- {
- id: "10",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#1ccd8d",
- text: "已转督办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=5&tab=5&state=&jianhang=0&phoneType=2",
- },
- {
- id: "11",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#1ccd8d",
- text: "已退回重办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=4&state=&jianhang=0&phoneType=2",
- },
- {
- id: "12",
- imagePath: "../../static/icon-search.png",
- imageBg: "#1ccd8d",
- text: "工单查询",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
- }
- ],
- // 管理员
- administratorList: [{
- id: "1",
- imagePath: "../../static/icon_tosubmit.png",
- imageBg: "#fe940a",
- text: "待审转办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0&state=&jianhang=0&phoneType=2",
- },
- {
- id: "2",
- imagePath: "../../static/icon_orderBack.png",
- imageBg: "#4792f8",
- text: "退回待审转办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=10&state=10&jianhang=0&phoneType=2",
- },
- {
- id: "3",
- imagePath: "../../static/icon_delayed.png",
- imageBg: "#ff7451",
- text: "局委延时审核",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=2&tab=7&state=&jianhang=0&phoneType=2",
- },
- {
- id: "4",
- imagePath: "../../static/icon_tosubmit.png",
- imageBg: "#ff7451",
- text: "局委退回审核",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=10&jianhang=0&phoneType=2&displayCallContent=1",
- },
- {
- id: "5",
- imagePath: "../../static/icon_already.png",
- imageBg: "#1ccd8d",
- text: "已办待回访",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=3&tab=0&state=6&jianhang=0&phoneType=2&segmenter=0&db=0&tobereply=1",
- },
- {
- id: "6",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#7068e2",
- text: "正在办理",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=1&state=&jianhang=0&phoneType=2",
- },
- {
- id: "7",
- imagePath: "../../static/icon_unsuccessful.png",
- imageBg: "#f26564",
- text: "超期未果",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=4&tab=1&state=&jianhang=0&phoneType=2&displayCallContent=1",
- },
- {
- id: "8",
- imagePath: "../../static/icon_unsuccessful.png",
- imageBg: "#f26564",
- text: "已办未果",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=&state=6&jianhang=0&phoneType=2&segmenter=1&isproresult=1",
- },
- {
- id: "9",
- imagePath: "../../static/icon_already.png",
- imageBg: "#1ccd8d",
- text: "已办结",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=5&state=&jianhang=0&phoneType=2",
- },
- {
- id: "10",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#1ccd8d",
- text: "已转督办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=5&tab=5&state=&jianhang=0&phoneType=2",
- },
- {
- id: "11",
- imagePath: "../../static/icon_backlog.png",
- imageBg: "#1ccd8d",
- text: "已退回重办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=4&state=&jianhang=0&phoneType=2",
- },
- {
- id: "12",
- imagePath: "../../static/icon-search.png",
- imageBg: "#1ccd8d",
- text: "工单查询",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
- }
- ],
- // 中心话务员
- centerOperatorList: [{
- }],
- // 话务组长
- trafficGroupLeaderList: [{
- }],
- // 二级单位
- secondaryUnitList: [{
- }],
- // 三级单位
- tertiaryUnitList: [{
- }],
- // 督办
- supervisorList: [{
- }],
- // 多媒体调度
- multimediaSchedulingList: [{
- }],
- // 局营商办
- bureauBusiness: [{
- }],
- //办理人员测试
- acceptList: [{
- id: "1",
- imagePath: "../../static/icon_tosubmit.png",
- imageBg: "#fe940a",
- text: "待审转办",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=1&tab=0",
- },
- {
- id: "12",
- imagePath: "../../static/icon-search.png",
- imageBg: "#1ccd8d",
- text: "工单查询",
- navigateToUrl: "/pages/workOrderList/workOrderList?workOrderListType=0&tab=",
- }
- ]
- },
- //公告管理数据
- noticListData: [{
- id: "1",
- imagePath: "../../static/icon_noticefi.png",
- imageBg: "#4792f8",
- textTit: "暂无内容",
- textCon: "正在加急赶工中..."
- },
- {
- id: "2",
- imagePath: "../../static/icon_warning.png",
- imageBg: "#ff0000",
- textTit: "暂无内容",
- textCon: "正在加急赶工中..."
- },
- {
- id: "3",
- imagePath: "../../static/icon_overtime.png",
- imageBg: "#ff9600",
- textTit: "暂无内容",
- textCon: "正在加急赶工中..."
- },
- ]
- };
|