From a4e8abfdc85ee77525442e136ce3a3cbf0c0921b Mon Sep 17 00:00:00 2001 From: ningbo <3301955438@qq.com> Date: Tue, 19 Aug 2025 23:48:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=85=E5=8A=9E=E6=A8=A1=E5=9D=97):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BE=85=E5=AF=BC=E5=91=98=E6=88=90=E6=9E=9C?= =?UTF-8?q?=E7=BB=A9=E6=95=88=E5=AE=A1=E6=A0=B8=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在xw-undo.vue、sj-undo.vue和jwc-undo.vue三个组件中新增了辅导员管理-成果绩效审核的待办项,用于支持相关审核流程 --- src/views/Home/comps/dept-qgzx.vue | 206 +++++++++-------- src/views/Home/comps/jwc-undo.vue | 358 +++++++++++++++-------------- src/views/Home/comps/sj-undo.vue | 210 +++++++++-------- src/views/Home/comps/xw-undo.vue | 7 + 4 files changed, 407 insertions(+), 374 deletions(-) diff --git a/src/views/Home/comps/dept-qgzx.vue b/src/views/Home/comps/dept-qgzx.vue index dacf2d6..3f9a0b0 100644 --- a/src/views/Home/comps/dept-qgzx.vue +++ b/src/views/Home/comps/dept-qgzx.vue @@ -1,28 +1,34 @@ \ No newline at end of file + diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index 0fd76d9..7753cb8 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -1,215 +1,225 @@ diff --git a/src/views/Home/comps/sj-undo.vue b/src/views/Home/comps/sj-undo.vue index bf2d99e..3ccf765 100644 --- a/src/views/Home/comps/sj-undo.vue +++ b/src/views/Home/comps/sj-undo.vue @@ -1,138 +1,150 @@ \ No newline at end of file + diff --git a/src/views/Home/comps/xw-undo.vue b/src/views/Home/comps/xw-undo.vue index 27649e8..3c97f7d 100644 --- a/src/views/Home/comps/xw-undo.vue +++ b/src/views/Home/comps/xw-undo.vue @@ -102,6 +102,13 @@ export default { value: 0, url: "/hard/zzq/xw", }, + // 宁博 + { + label: "学务·辅导员管理-成果绩效审核", + name: "cg", + value: 0, + url: "/teacher/achievement/achievementCheck", + }, ], }; },