|  | @ -25,7 +25,7 @@
 | 
												
													
														
															|  | 								<p class="question-name" v-text="key+'、'+qst.question.title"></p>
 |  | 								<p class="question-name" v-text="key+'、'+qst.question.title"></p>
 | 
												
													
														
															|  | 								<div class="daan-list" v-if="qst.question.questionType!=2">
 |  | 								<div class="daan-list" v-if="qst.question.questionType!=2">
 | 
												
													
														
															|  | 									<lable class="label-block" v-for="opt in qst.option" @click="selectItem(qst.question,opt)">
 |  | 									<lable class="label-block" v-for="opt in qst.option" @click="selectItem(qst.question,opt)">
 | 
												
													
														
															|  | 										<span class="pull-right" v-text="opt.score+'分'"></span>
 |  | 
 | 
												
													
														
															|  | 
 |  | 										<span class="pull-right" v-text="(opt.score || 0)+'分'"></span>
 | 
												
													
														
															|  | 										<input :type="qst.questionType==1?'checked':'radio'" :name="'ques'+index+(qst.questionType==1?'[]':'')" value="1" /><i></i><span v-text="opt.content"></span>									
 |  | 										<input :type="qst.questionType==1?'checked':'radio'" :name="'ques'+index+(qst.questionType==1?'[]':'')" value="1" /><i></i><span v-text="opt.content"></span>									
 | 
												
													
														
															|  | 									</lable>	
 |  | 									</lable>	
 | 
												
													
														
															|  | 								</div>
 |  | 								</div>
 |