|  | @@ -51,7 +51,7 @@ export default {
 | 
	
		
			
				|  |  |          { prop: 'title', label: '学生', slotBody: 'title' },
 | 
	
		
			
				|  |  |          { prop: 'doneTime', label: '完成时间', width: '180px', slotBody: 'doneTime' },
 | 
	
		
			
				|  |  |          { prop: 'isDo', label: '状态', width: '120px', slotBody: 'status', sortable: true },
 | 
	
		
			
				|  |  | -        { prop: 'scoreRate', label: this.useVideo ? '观看比例' : '正确率', width: '100px', slotBody: 'rate', sortable: true },
 | 
	
		
			
				|  |  | +        { prop: 'scoreRate', label: this.useVideo ? '观看比例' : '得分率', width: '100px', slotBody: 'rate', sortable: true },
 | 
	
		
			
				|  |  |          { prop: 'action', label: '操作', width: '80px', slotBody: 'action', hidden: this.useVideo }
 | 
	
		
			
				|  |  |        ]
 | 
	
		
			
				|  |  |      }
 |