From 958a5a4078894b3ba97b60686351bb8b572ccc1e Mon Sep 17 00:00:00 2001 From: ningbo <3301955438@qq.com> Date: Sun, 17 Aug 2025 22:35:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=BE=85=E5=8A=9E=E5=88=97=E8=A1=A8):=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=9B=BD=E5=AE=B6=E5=8A=B1=E5=BF=97=E5=A5=96?= =?UTF-8?q?=E5=AD=A6=E9=87=91=E5=AE=A1=E6=A0=B8=E5=92=8C=E5=AD=A6=E7=94=9F?= =?UTF-8?q?=E8=BF=94=E6=A0=A1=E5=AE=A1=E6=A0=B8=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在jwc-undo.vue、fdy-undo.vue和xw-undo.vue组件中新增了国家励志奖学金审核和学生返校审核的待办事项,以满足不同角色的审核需求 --- src/views/Home/comps/fdy-undo.vue | 13 ++ src/views/Home/comps/jwc-undo.vue | 7 + src/views/Home/comps/xw-undo.vue | 281 ++++++++++++++++-------------- 3 files changed, 166 insertions(+), 135 deletions(-) diff --git a/src/views/Home/comps/fdy-undo.vue b/src/views/Home/comps/fdy-undo.vue index c8d32f4..3c880b2 100644 --- a/src/views/Home/comps/fdy-undo.vue +++ b/src/views/Home/comps/fdy-undo.vue @@ -86,6 +86,19 @@ export default { value: 0, url: "/survey/leave/fdy" }, + { + // 宁博 + label: "辅导员·学生返校审核", + name: "return", + value: 0, + url: "/survey/return/fdy" + }, + { + label: "辅导员·国家励志奖学金审核", + name: "knzzgl", + value: 0, + url: "/hard/gl/fdy" + } ], diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index 8080091..5e7ff40 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -80,6 +80,13 @@ export default { value: 0, url: "hard/tufa/xg" }, + // 宁博 + { + label: "学工·国家励志奖学金审核", + name: "knzzgl", + value: 0, + url: "/hard/gl/xg" + } ] } diff --git a/src/views/Home/comps/xw-undo.vue b/src/views/Home/comps/xw-undo.vue index 07c99a1..d9c2dca 100644 --- a/src/views/Home/comps/xw-undo.vue +++ b/src/views/Home/comps/xw-undo.vue @@ -1,176 +1,187 @@ \ No newline at end of file +