From 63a39f22a75fcaf65191947938913b476e226d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E6=97=A0=E6=B6=AF?= <2637171921@qq.com> Date: Tue, 19 Aug 2025 11:40:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/comps/fdy-undo.vue | 7 +++++++ src/views/Home/comps/jwc-undo.vue | 15 ++++++++++++++- src/views/Home/comps/sj-undo.vue | 8 +++++++- src/views/Home/comps/zdls-qgzx.vue | 12 ++++++++++++ 4 files changed, 40 insertions(+), 2 deletions(-) diff --git a/src/views/Home/comps/fdy-undo.vue b/src/views/Home/comps/fdy-undo.vue index 843a8b8..b93186a 100644 --- a/src/views/Home/comps/fdy-undo.vue +++ b/src/views/Home/comps/fdy-undo.vue @@ -118,6 +118,13 @@ export default { value: 0, url: "/hard/zzq/fdy", }, + //知无涯 + { + label: "辅导员·中职升高职补助审核", + name: "zsg", + value: 0, + url: "hard/zsg/fdy" + }, ], diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index f4fb790..0fd76d9 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -105,7 +105,20 @@ export default { name: "zxzm", value: 0, url: "/routine/school/learning" - } + }, + //知无涯 学工·中职升高职补助审核 + { + label: "学工·中职升高职补助审核", + name: "zsg", + value: 0, + url: "/hard/zsg/xg" + }, + { + label: "学务·辅导员综合绩效审核初审", + name: "jx", + value: 0, + url: "teacher/performance/evaluate/learn" + }, ] } diff --git a/src/views/Home/comps/sj-undo.vue b/src/views/Home/comps/sj-undo.vue index 74d0550..bf2d99e 100644 --- a/src/views/Home/comps/sj-undo.vue +++ b/src/views/Home/comps/sj-undo.vue @@ -36,7 +36,13 @@ export default { name: "rwgl", value: 0, url: "/task/todo", - } + }, + { + label: "书记·辅导员综合绩效审核", + name: "jx", + value: 0, + url: "teacher/performance/evaluate/party" + }, ] } diff --git a/src/views/Home/comps/zdls-qgzx.vue b/src/views/Home/comps/zdls-qgzx.vue index ba71cef..bae19b9 100644 --- a/src/views/Home/comps/zdls-qgzx.vue +++ b/src/views/Home/comps/zdls-qgzx.vue @@ -70,6 +70,18 @@ export default { value: data.workLog, url: "/workstudy/worklog/zdls" }); + this.taskList.push({ + label: "学工处长综合绩效审核", + name: "jx", + value: data.jx || 0, + url: "teacher/performance/studentW/director" + }); + this.taskList.push({ + label: "科室综合绩效复核", + name: "jx", + value: data.jx || 0, + url: "teacher/performance/studentW/department" + }); } },