您暂无相关考试成绩和证书哦~~
				
					{{ $method.timestampToTime(item.createTime, false) }}
					
						
							{{ item.goodsName }}
							
						
						
							报考专业
							{{ item.categoryName }}
						
						
							考试地点
							{{ item.applySiteAddress }}
						
						
							考试时间
							
								{{ $method.timestampToTime(item.applySiteExamTime) }} {{ item.applySiteStartTime }} ~
								{{ item.applySiteEndTime }}
							
						
						
							考试成绩
							{{ item.performance }}分
						
						
							考试结果
							通过
							未通过
						
						
							证书编号
							{{ item.certificateCode }}
						
					
				
			
		
		
		
			
				{{ $method.timestampToTime(activeList.createTime, false) }}
				
					报考学员信息
					
						姓名:
						{{ activeList.realname }}
					
					
						身份证:
						{{ activeList.idCard }}
					
					
						考试身份:
						{{ activeList.studentType == 1 ? '非补考学员' : activeList.studentType == 2 ? '补考学员' : '' }}
					
				
				
					考试预约信息
					
						考试标题:
						{{ activeList.applyName }}
					
					
						报名开放时间:
						{{ $method.timestampToTime(activeList.applyStartTime) }} ~ {{ $method.timestampToTime(activeList.applyEndTime) }}
					
					
						报考专业:
						{{ activeList.categoryName }}
					
					
						考试地点:
						{{ activeList.applySiteAddress }}
					
					
						考试时间:
						{{
								$method.timestampToTime(activeList.applySiteExamTime) +
									' ' +
									activeList.applySiteStartTime +
									'~' +
									activeList.applySiteEndTime
							}}
					
					
						考前培训地点:
						{{ activeList.applySiteAddressTrain }}
					
					
						考前培训时间:
						{{
								$method.timestampToTime(activeList.applySiteExamTrainTime) +
									' ' +
									activeList.applySiteStartTrainTime +
									'~' +
									activeList.applySiteEndTrainTime
							}}
					
				
				
					考试成绩和证书信息
					
						考试成绩:
						{{activeList.performance}}分
					
					
						考试结果:
						通过
					
					考试结果:未通过
					
						证书编号:
						{{activeList.certificateCode}}