123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- export const hsjkAppPageData = [{
- modelName: "人力资源",
- data: [{
- text: '请假申请',
- imgPath: '../../static/img/app/qingjia.png',
- link: "../../pageApp/hr/leave"
- }, {
- text: '考勤记录',
- imgPath: '../../static/img/app/default.png',
- link: "",
- count: 0
- }, {
- text: '工作汇报',
- imgPath: '../../static/img/app/default.png',
- link: "",
- count: 0
- }, {
- text: '入职办理',
- imgPath: '../../static/img/app/rzsq.png',
- link: "../../pageApp/hr/entry",
- }, {
- text: '离职申请',
- imgPath: '../../static/img/app/lzsq.png',
- link: "",
- }, {
- text: '面试记录',
- imgPath: '../../static/img/app/gzt.png',
- link: "../../pageApp/hr/interview",
- count: 0
- }, {
- text: '录用申请',
- imgPath: '../../static/img/app/rzsq.png',
- link: "../../pageApp/hr/hire",
- }, {
- text: '转正申请',
- imgPath: '../../static/img/app/lzsq.png',
- link: "../../pageApp/hr/shiftOfficial",
- }, {
- text: '考评确认',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '工资条',
- imgPath: '../../static/img/app/gzt.png',
- link: ""
- }]
- }, {
- modelName: "行政办公",
- data: [{
- text: '物资登记',
- imgPath: '../../static/img/app/wuzidengji.png',
- link: "../../pageApp/administration/reserve?pageType=dj"
- }, {
- text: '物资领用',
- imgPath: '../../static/img/app/wupinglinyong.png',
- link: "../../pageApp/administration/reserve?pageType=ly"
- }, {
- text: '物资归还',
- imgPath: '../../static/img/app/wpgh.png',
- link: "../../pageApp/administration/reserve?pageType=gh"
- }, {
- text: '物资采购',
- imgPath: '../../static/img/app/cgsq.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '物品报损',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '会议室申请',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '会议纪要',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '权限申请',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '用章申请',
- imgPath: '../../static/img/app/yzsq.png',
- link: "../../pageApp/administration/useSeal"
- }, {
- text: '用车申请',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '审批文件',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/other/purchase"
- }, {
- text: '通告发布',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/administration/inform"
- }, {
- text: '资讯发布',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/administration/inform"
- }, {
- text: '合同审批',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/administration/inform"
- }]
- }, {
- modelName: "财务管理",
- data: [{
- text: '费用报销',
- imgPath: '../../static/img/app/default.png',
- link: "../../pageApp/finance/costReimburse"
- }, {
- text: '付款申请',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '发票填开',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '借款申请',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '还款确认',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }]
- }, {
- modelName: "党政工会",
- data: [{
- text: '福利领取',
- imgPath: '../../static/img/app/fulilingqu.png',
- link: "../../pageA/club/welfareList"
- }, {
- text: '活动报名',
- imgPath: '../../static/img/app/shetuanyuyue.png',
- link: "../../pageA/club/index"
- }, {
- text: '发起活动',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '员工关怀',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '民主测评',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '文件学习',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '党费记录',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '关心关爱',
- imgPath: '../../static/img/app/gxga.png',
- link: ""
- }]
- }, {
- modelName: "后勤信息",
- data: [{
- text: '食堂订单',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '食材入库',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }, {
- text: '菜单发布',
- imgPath: '../../static/img/app/default.png',
- link: ""
- }]
- }]
|