From aee7e4332b6222de004f21e6cafe0429c79139b1 Mon Sep 17 00:00:00 2001 From: wangyan Date: Fri, 7 Mar 2025 08:55:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(train=5Fmanagement):=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=AD=BE=E5=90=8D=E5=B1=95=E7=A4=BA=E5=92=8C=E7=AD=BE?= =?UTF-8?q?=E5=88=B0=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= =?UTF-8?q?-=20=E5=9C=A8=20exam=5Frecord.vue=20=E4=B8=AD=E5=B0=86=E7=AD=BE?= =?UTF-8?q?=E5=AD=97=E5=9B=BE=E7=89=87=E5=B1=95=E7=A4=BA=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E4=BB=8E=20u-image=20=E6=94=B9=E4=B8=BA=20image=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=20-=20=E5=9C=A8=20sign=5Finformation.vue=20=E4=B8=AD?= =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=AD=BE=E5=88=B0=E7=8A=B6=E6=80=81=E5=92=8C?= =?UTF-8?q?=E8=80=83=E8=AF=95=E7=AD=BE=E5=88=B0=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91-=20=E6=9B=B4=E6=96=B0=20Bu?= =?UTF-8?q?sStagestudentrelationDao.xml=20=E4=B8=AD=E7=9A=84=E6=8E=92?= =?UTF-8?q?=E5=BA=8F=E9=80=BB=E8=BE=91=EF=BC=8C=E6=A0=B9=E6=8D=AE=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=92=8C=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/train_management/exam_record.vue | 5 ++-- pages/train_management/sign_information.vue | 32 +++++++++++++++++++-- 2 files changed, 32 insertions(+), 5 deletions(-) diff --git a/pages/train_management/exam_record.vue b/pages/train_management/exam_record.vue index 20f6574..1cb8fed 100644 --- a/pages/train_management/exam_record.vue +++ b/pages/train_management/exam_record.vue @@ -14,8 +14,8 @@ 签字: - - + + 当前试题: {{ current + 1 }}/{{ questionList.length }} @@ -125,6 +125,7 @@ export default { }) this.questionList = resData.pd.questionList this.info = resData.pd + console.log(this.info) }, handleCalcQuestType(type) { return `(${this.questionTypeMap[type]})` diff --git a/pages/train_management/sign_information.vue b/pages/train_management/sign_information.vue index a958b3a..6fd2b6d 100644 --- a/pages/train_management/sign_information.vue +++ b/pages/train_management/sign_information.vue @@ -10,8 +10,10 @@ - - + + + + @@ -29,11 +31,23 @@ export default { '0': { value: '未签到', color: 'tag__red' + }, + '1': { + value: '已签到', + color: 'tag__green' + }, + '2': { + value: '已签到', + color: 'tag__green' }, '3': { value: '已签到', color: 'tag__green' - } + }, + '4': { + value: '未签到', + color: 'tag__red' + }, }, // 考试状态枚举 stageexamStateMap: { @@ -45,6 +59,18 @@ export default { value: '未签到', color: 'tag__red' }, + '2': { + value: '已签到', + color: 'tag__green' + }, + '3': { + value: '已签到', + color: 'tag__green' + }, + '4': { + value: '未签到', + color: 'tag__red' + }, '5': { value: '已签到', color: 'tag__green'