|  | @@ -1241,8 +1241,7 @@ export default {
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              label: "学生人数",
 | 
	
		
			
				|  |  |              prop: "studentNumber",
 | 
	
		
			
				|  |  | -            span: 4,
 | 
	
		
			
				|  |  | -            disabled: true
 | 
	
		
			
				|  |  | +            span: 4
 | 
	
		
			
				|  |  |            },
 | 
	
		
			
				|  |  |            {
 | 
	
		
			
				|  |  |              label: "状态",
 | 
	
	
		
			
				|  | @@ -1365,6 +1364,7 @@ export default {
 | 
	
		
			
				|  |  |      if (this.detailData.id) {
 | 
	
		
			
				|  |  |        this.getDetail(this.detailData.id);
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  | +    console.log(this.detailData)
 | 
	
		
			
				|  |  |      if (this.detailData.status == 1) {
 | 
	
		
			
				|  |  |        this.$set(this.option, "disabled", true);
 | 
	
		
			
				|  |  |      }
 |