From d6d41a27b15e8acd0cc8271a1230ec4b79dfd37c Mon Sep 17 00:00:00 2001 From: firefly <1633489380@qq.com> Date: Mon, 18 Aug 2025 17:15:03 +0800 Subject: [PATCH] =?UTF-8?q?(=E8=87=AA=E6=B2=BB=E5=8C=BA=E5=A5=96=E5=AD=A6?= =?UTF-8?q?=E9=87=91):=20=E5=9C=A8=E5=AD=A6=E5=8A=A1=E3=80=81=E5=AD=A6?= =?UTF-8?q?=E5=B7=A5=E5=92=8C=E8=BE=85=E5=AF=BC=E5=91=98=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E6=B2=BB=E5=8C=BA=E4=BA=BA=E6=B0=91?= =?UTF-8?q?=E6=94=BF=E5=BA=9C=E5=A5=96=E5=AD=A6=E9=87=91=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Home/comps/fdy-undo.vue | 9 ++++++++- src/views/Home/comps/jwc-undo.vue | 9 ++++++++- src/views/Home/comps/xw-undo.vue | 7 +++++++ src/views/aitutor/psychological-earlywarning/index.vue | 0 4 files changed, 23 insertions(+), 2 deletions(-) delete mode 100644 src/views/aitutor/psychological-earlywarning/index.vue diff --git a/src/views/Home/comps/fdy-undo.vue b/src/views/Home/comps/fdy-undo.vue index 3c880b2..edc392f 100644 --- a/src/views/Home/comps/fdy-undo.vue +++ b/src/views/Home/comps/fdy-undo.vue @@ -98,7 +98,14 @@ export default { name: "knzzgl", value: 0, url: "/hard/gl/fdy" - } + }, + // 陈冠元 + { + label: "辅导员·自治区人民政府奖学金审核", + name: "knzzzzq", + value: 0, + url: "/hard/zzq/fdy", + }, ], diff --git a/src/views/Home/comps/jwc-undo.vue b/src/views/Home/comps/jwc-undo.vue index 5e7ff40..2ac6366 100644 --- a/src/views/Home/comps/jwc-undo.vue +++ b/src/views/Home/comps/jwc-undo.vue @@ -86,7 +86,14 @@ export default { name: "knzzgl", value: 0, url: "/hard/gl/xg" - } + }, + // 陈冠元 + { + label: "学工·自治区人民政府奖学金审核", + name: "knzzzzq", + value: 0, + url: "/hard/zzq/xg", + }, ] } diff --git a/src/views/Home/comps/xw-undo.vue b/src/views/Home/comps/xw-undo.vue index d9c2dca..27649e8 100644 --- a/src/views/Home/comps/xw-undo.vue +++ b/src/views/Home/comps/xw-undo.vue @@ -95,6 +95,13 @@ export default { value: 0, url: "/hard/gl/xw", }, + // 陈冠元 + { + label: "学务·自治区人民政府奖学金审核", + name: "knzzzzq", + value: 0, + url: "/hard/zzq/xw", + }, ], }; }, diff --git a/src/views/aitutor/psychological-earlywarning/index.vue b/src/views/aitutor/psychological-earlywarning/index.vue deleted file mode 100644 index e69de29..0000000