diff --git a/src/pages.json b/src/pages.json index 91cb6fb..72ef592 100644 --- a/src/pages.json +++ b/src/pages.json @@ -175,12 +175,19 @@ } }, { - "path": "pages/view/routine/JiFenPingJia", + "path": "pages/view/routine/JiFenPingJia/JiFenPingJia", "style": { "navigationBarTitleText": "积分评价", "enablePullDownRefresh": false } }, + { + "path": "pages/view/routine/JiFenPingJia/detail", + "style": { + "navigationBarTitleText": "评价详情", + "enablePullDownRefresh": false + } + }, { "path": "pages/view/routine/kefuxuncha/KeFuXunCha", "style": { @@ -390,6 +397,20 @@ "navigationBarTitleText": "zhujiaoDetails" } }, + { + "path": "pages/view/routine/RengJiaoRengZhi/index", + "style": { + "navigationBarTitleText": "任教任职", + "enablePullDownRefresh": false + } + }, + { + "path": "pages/view/routine/GongZuoLiang/index", + "style": { + "navigationBarTitleText": "工作量", + "enablePullDownRefresh": false + } + }, { "path": "pages/base/groupTeaching/studentRollCall", "style": { diff --git a/src/pages/base/service/index.vue b/src/pages/base/service/index.vue index 63e570c..d9cda00 100644 --- a/src/pages/base/service/index.vue +++ b/src/pages/base/service/index.vue @@ -167,27 +167,42 @@ const sections = reactive([ show: true, path: "/pages/view/routine/JiaoXueZiYuan/index", }, - { - id: "r3", - icon: "file-list-3-fil", - text: "活动资源", - show: true, - path: "/pages/view/routine/HuoDongZiYuan/index", - }, - { - id: "r4", - icon: "file-paper-2-fill", - text: "公文流转", - show: true, - path: "/pages/view/routine/GongWenLiuZhuan/index", - }, { id: "r5", icon: "file-mark-fill", text: "积分评价", show: true, - path: "/pages/view/routine/JiFenPingJia", + path: "/pages/view/routine/JiFenPingJia/JiFenPingJia", }, + // { + // id: "r3", + // icon: "file-list-3-fil", + // text: "活动资源", + // show: true, + // path: "/pages/view/routine/HuoDongZiYuan/index", + // }, + { + id: "r3", + icon: "file-list-3-fil", + text: "工作量", + show: true, + path: "/pages/view/routine/GongZuoLiang/index", + }, + // { + // id: "r4", + // icon: "file-paper-2-fill", + // text: "公文流转", + // show: true, + // path: "/pages/view/routine/GongWenLiuZhuan/index", + // }, + { + id: "r4", + icon: "file-paper-2-fill", + text: "任教任职", + show: true, + path: "/pages/view/routine/RengJiaoRengZhi/index", + }, + { id: "r6", icon: "pass-pending-fill", diff --git a/src/pages/view/hr/teacherProfile/PersonalHonor.vue b/src/pages/view/hr/teacherProfile/PersonalHonor.vue index 7bae591..c8d3142 100644 --- a/src/pages/view/hr/teacherProfile/PersonalHonor.vue +++ b/src/pages/view/hr/teacherProfile/PersonalHonor.vue @@ -32,14 +32,8 @@