|
@@ -0,0 +1,73 @@
|
|
|
+import { getAssetsImages } from '../utils/getAssets'
|
|
|
+
|
|
|
+export const menuList = [
|
|
|
+ {
|
|
|
+ title: '公文管理系统',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/wdfw.png'), menuName: '我的发文' },
|
|
|
+ { icon: getAssetsImages('index/dbfw.png'), menuName: '待办发文' },
|
|
|
+ { icon: getAssetsImages('index/dygw.png'), menuName: '待阅公文' },
|
|
|
+ { icon: getAssetsImages('index/gwk.png'), menuName: '公文库' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '三重一大申报',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/xmsq.png'), menuName: '项目申请' },
|
|
|
+ { icon: getAssetsImages('index/xmhp.png'), menuName: '项目获批' },
|
|
|
+ { icon: getAssetsImages('index/xmds.png'), menuName: '项目待审' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '教师流动管理系统',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/bwrygl.png'), menuName: '编外人员管理' },
|
|
|
+ { icon: getAssetsImages('index/ndkhhz.png'), menuName: '年度考核汇总' },
|
|
|
+ { icon: getAssetsImages('index/myjsqkhz.png'), menuName: '名优教师情况汇总' },
|
|
|
+ { icon: getAssetsImages('index/txjstx.png'), menuName: '退休教师提醒' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '加班餐费补贴',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/gzt.png'), menuName: '工作台' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '设备采购申请',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/sbys.png'), menuName: '设备预算' },
|
|
|
+ { icon: getAssetsImages('index/sbxmk.png'), menuName: '设备项目库' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '会议预定管理',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/hysyd.png'), menuName: '会议室预定' },
|
|
|
+ { icon: getAssetsImages('index/hyjy.png'), menuName: '会议纪要' },
|
|
|
+ { icon: getAssetsImages('index/hyjyk.png'), menuName: '会议纪要库' },
|
|
|
+ { icon: getAssetsImages('index/hysgl.png'), menuName: '会议室管理' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '项目管理',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/xmlcgl.png'), menuName: '项目流程管理' },
|
|
|
+ { icon: getAssetsImages('index/xmgkt.png'), menuName: '项目管控台' },
|
|
|
+ { icon: getAssetsImages('index/xmzlk.png'), menuName: '项目资料库' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '学生竞赛管理',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/cjbs.png'), menuName: '创建比赛' },
|
|
|
+ { icon: getAssetsImages('index/zsdy.png'), menuName: '证书打印' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '学校工作检查',
|
|
|
+ list: [
|
|
|
+ { icon: getAssetsImages('index/tjtj.png'), menuName: '提交统计' },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+]
|