| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207 |
- /**
- * 常用服务
- * useful server
- */
- const icon_prefix = "/static/home/128/"
- export const us = {
- data: [{
- title: "检测委托",
- icon: icon_prefix + "richang.png",
- description: "记录每天的工作经验和心得",
- useCount: 1000,
- page: 'order'
- }, {
- title: "委托暂存",
- icon: icon_prefix + "wendang.png",
- description: "委托暂存",
- useCount: 10000,
- page: 'hold'
- }, {
- title: "委托查询",
- icon: icon_prefix + "kaoqin.png",
- description: "工作考勤",
- useCount: 10000,
- page: 'jindu'
- }, {
- title: "我的样品",
- icon: icon_prefix + "richeng.png",
- description: "建立和查看个人工作安排",
- useCount: 10000,
- page: 'list'
- }
- /**
- {
- title:"请假申请",
- icon:icon_prefix+"qingjia1.png",
- description:"请假申请",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"出差申请",
- icon:icon_prefix+"chuchai.png",
- description:"出差申请",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"公文发文",
- icon:icon_prefix+"gongwen.png",
- description:"公文发文",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"通知公告",
- icon:icon_prefix+"tongzhi.png",
- description:"查看企业对员工下发的通知公告",
- useCount:10000,
- page:'annotationList'
- },{
- title:"内部邮件",
- icon:icon_prefix+"youjian.png",
- description:"查看内部消息",
- useCount:10000,
- dot:false,
- page:'helloWorld'
- },{
- title:"通讯录",
- icon:icon_prefix+"tongxun.png",
- description:"查看部门,组员",
- useCount:10000,
- page:'levelAddressBook'
- },
- */
- ]
- }
- /**
- * other server 其他服务
- */
- export const os = {
- data: [
- /* {
- title:"委托进度查询",
- icon:icon_prefix+"xinwen.png",
- description:"新闻中心",
- useCount:10000,
- page:'helloWorld'
- }
-
- , */
- {
- title: "个人信息",
- icon: icon_prefix + "toupiao.png",
- description: "投票中心",
- useCount: 10000,
- page: 'userdetail'
- },
- {
- title: "修改密码",
- icon: icon_prefix + "xinwen.png",
- description: "新闻中心",
- useCount: 10000,
- page: 'editpassword'
- }, {
- title: "我的钱包",
- icon: icon_prefix + "tongzhi.png",
- description: "我的钱包",
- useCount: 10000,
- page: 'wallet'
- },
- {
- title: "退出登录",
- icon: icon_prefix + "renwu.png",
- description: "任务中心",
- useCount: 10000,
- page: 'userexit'
- }
- /* {
- title:"文档中心",
- icon:icon_prefix+"wendang.png",
- description:"文档中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"合同",
- icon:icon_prefix+"hetong.png",
- description:"合同",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"会议",
- icon:icon_prefix+"huiyi.png",
- description:"会议",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"客户关系",
- icon:icon_prefix+"tongzhi.png",
- description:"客户关系",
- useCount:10000,
- page:'helloWorld'
- } */
- ]
- }
- /**
- * other server 售后服务
- */
- export const sh = {
- data: [
- /* {
- title:"委托进度查询",
- icon:icon_prefix+"xinwen.png",
- description:"新闻中心",
- useCount:10000,
- page:'helloWorld'
- }
-
- , */
- {
- title: "满意度调查",
- icon: icon_prefix + "toupiao.png",
- description: "投票中心",
- useCount: 10000,
- page: 'manyi'
- }, {
- title: "投诉",
- icon: icon_prefix + "renwu.png",
- description: "任务中心",
- useCount: 10000,
- page: 'tousuList'
- }, {
- title: "沟通",
- icon: icon_prefix + "wendang.png",
- description: "文档中心",
- useCount: 10000,
- page: 'communication'
- }
- /* {
- title:"文档中心",
- icon:icon_prefix+"wendang.png",
- description:"文档中心",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"合同",
- icon:icon_prefix+"hetong.png",
- description:"合同",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"会议",
- icon:icon_prefix+"huiyi.png",
- description:"会议",
- useCount:10000,
- page:'helloWorld'
- },{
- title:"客户关系",
- icon:icon_prefix+"tongzhi.png",
- description:"客户关系",
- useCount:10000,
- page:'helloWorld'
- } */
- ]
- }
|