|  | @@ -15,12 +15,13 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |      </div>
 | 
	
		
			
				|  |  |      <el-descriptions class="margin-top" :column="3" direction="vertical">
 | 
	
		
			
				|  |  | -      <!-- <el-descriptions-item
 | 
	
		
			
				|  |  | +      <el-descriptions-item
 | 
	
		
			
				|  |  | +        v-if="showGroup"
 | 
	
		
			
				|  |  |          label="乐团"
 | 
	
		
			
				|  |  |          label-class-name="my-label"
 | 
	
		
			
				|  |  |          content-class-name="my-content"
 | 
	
		
			
				|  |  |          >{{ courseDetail.musicGroupName }}</el-descriptions-item
 | 
	
		
			
				|  |  | -      > -->
 | 
	
		
			
				|  |  | +      >
 | 
	
		
			
				|  |  |        <!-- <el-descriptions-item
 | 
	
		
			
				|  |  |          label="课程编号"
 | 
	
		
			
				|  |  |          label-class-name="my-label"
 | 
	
	
		
			
				|  | @@ -94,7 +95,7 @@ import { findCourseHomeworkDetail } from "../api";
 | 
	
		
			
				|  |  |  import textConment from "./textConment.vue";
 | 
	
		
			
				|  |  |  import studentWroks from "./studentWroks.vue";
 | 
	
		
			
				|  |  |  export default {
 | 
	
		
			
				|  |  | -  props: ["studentExerciseId"],
 | 
	
		
			
				|  |  | +  props: ["studentExerciseId", "showGroup"],
 | 
	
		
			
				|  |  |    components: { studentWroks, textConment },
 | 
	
		
			
				|  |  |    data() {
 | 
	
		
			
				|  |  |      return {
 |