From 45d0a4203787f354932f8b145665826bbe0d7cf4 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 07 六月 2024 17:25:40 +0800
Subject: [PATCH] feat:成绩导出
---
src/router.js | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/router.js b/src/router.js
index e9e8a24..05b93d1 100644
--- a/src/router.js
+++ b/src/router.js
@@ -103,12 +103,24 @@
name: 'attendanceRecord',
component: () => import('@/views/Manage/AttendanceRecord/index.vue')
},
- // 鎴愮哗鏌ヨ
+ // 绛斿嵎鍒楄〃
{
path: 'score-inquiry',
name: 'ScoreInquiry',
component: () => import('@/views/Manage/ScoreInquiry/index.vue')
},
+ // 绛斿嵎鎴愮哗
+ {
+ path: 'answer-list',
+ name: 'ScoreInquiry',
+ component: () => import('@/views/Manage/ScoreInquiry/list.vue')
+ },
+ // 绛斿嵎璇︽儏
+ {
+ path: 'answer-detail',
+ name: 'ScoreInquiry',
+ component: () => import('@/views/Manage/ScoreInquiry/detail.vue')
+ },
// 瀛﹀垎璁$畻瑙勫垯
{
path: 'credit-hour',
--
Gitblit v1.8.0