From 5cbf6bb3b4181948898978c743d390f5cab2e767 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Wed, 15 May 2024 11:22:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/routes/modules/stuzy/stuzy.ts | 10 ++- .../site/pjjgPage/studentPjjgTeaList.vue | 4 +- .../checkKecheng/dqxqkcDetail.vue | 76 +++++++++++++++++-- src/views/site/studentWdkc/studentMain.vue | 10 ++- src/views/site/studentWdkc/studentMenu.vue | 23 +++--- src/views/zy/zyInfo/StudentZyInfoList.vue | 2 +- src/views/zy/zyJxdg/ZyJxdg.data.ts | 12 ++- src/views/zy/zyJxdg/ZyJxdgList.vue | 50 ++++++------ src/views/zy/zyJxdg/ZyJxdg_menu_insert.sql | 26 ------- 9 files changed, 136 insertions(+), 77 deletions(-) delete mode 100644 src/views/zy/zyJxdg/ZyJxdg_menu_insert.sql diff --git a/src/router/routes/modules/stuzy/stuzy.ts b/src/router/routes/modules/stuzy/stuzy.ts index 131e745..d86cb38 100644 --- a/src/router/routes/modules/stuzy/stuzy.ts +++ b/src/router/routes/modules/stuzy/stuzy.ts @@ -20,7 +20,7 @@ const stuzy: AppRouteModule = { meta: { title: '作业管理', }, - component: () => import('/@/views/site/renKeJiaoCheng/checkKecheng/dqxqkcDetail.vue'), + component: () => import('/@/views/site/studentWdkc/studentZyxx.vue'), }, { path: 'studentDqzy', @@ -54,6 +54,14 @@ const stuzy: AppRouteModule = { title: '调查问卷', }, }, + { + path: 'StudentGonggaoList', + name: 'StudentGonggaoList', + component: () => import('/@/views/zy/zyGonggao/StudentGonggaoList.vue'), + meta: { + title: '通知公告', + }, + }, ] } diff --git a/src/views/site/pjjgPage/studentPjjgTeaList.vue b/src/views/site/pjjgPage/studentPjjgTeaList.vue index 06dc060..9974c15 100644 --- a/src/views/site/pjjgPage/studentPjjgTeaList.vue +++ b/src/views/site/pjjgPage/studentPjjgTeaList.vue @@ -1,8 +1,8 @@