From ee579850525cbe3b248d858355c1cee4024d5d55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Tue, 29 Jul 2025 09:58:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 2 +- src/views/exam/exam/form.vue | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index b06d1d3..8cdd5cd 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -145,7 +145,7 @@ export const asyncRoutes = [ path: 'exam/records', component: () => import('@/views/user/exam/my'), name: 'ListMyExam', - meta: { title: '我的成绩', noCache: true, icon: 'results' } + meta: { title: '历史考试成绩', noCache: true, icon: 'results' } }, { path: 'book/list/:examId', diff --git a/src/views/exam/exam/form.vue b/src/views/exam/exam/form.vue index f6280ac..4aa7395 100644 --- a/src/views/exam/exam/form.vue +++ b/src/views/exam/exam/form.vue @@ -57,7 +57,7 @@

考试配置

- + @@ -83,9 +83,12 @@ - + + + + @@ -166,6 +169,7 @@ export default { timeLimit: false, totalTime: undefined, qualifyScore: undefined, + expirationDate: undefined, }, rules: { examType: [