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'