|  | @@ -156,7 +156,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          tipDialog.cancelBtn = true
 | 
	
		
			
				|  |  |          tipDialog.confirmButtonText = "去设置"
 | 
	
		
			
				|  |  |          const msg = errList.map((item:any)=>{
 | 
	
		
			
				|  |  | -          return `<div><span style="color:#F44541">【${item.classGroupName}】</span>未设置乐器,请设置乐器后布置作业;</div>`
 | 
	
		
			
				|  |  | +          return `<div><span style="color:#F44541">【${item.classGroupName}】</span>未设置乐器,请设置乐器后布置作业${errList.length>1?";":""}</div>`
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          tipDialog.msg = msg.join("")
 | 
	
		
			
				|  |  |        }else if(type === "PERSON"){
 | 
	
	
		
			
				|  | @@ -164,7 +164,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          tipDialog.cancelBtn = true
 | 
	
		
			
				|  |  |          tipDialog.confirmButtonText = "去设置"
 | 
	
		
			
				|  |  |          const msg = errList.map((item:any)=>{
 | 
	
		
			
				|  |  | -          return `<div><span style="color:#F44541">【${item.studentName}】</span>所在<span style="color:#F44541">【${item.classGroupName}】</span>未设置乐器,请设置乐器后布置作业</div>`
 | 
	
		
			
				|  |  | +          return `<div><span style="color:#F44541">【${item.studentName}】</span>所在<span style="color:#F44541">【${item.classGroupName}】</span>未设置乐器,请设置乐器后布置作业${errList.length>1?";":""}</div>`
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          tipDialog.msg = msg.join("")
 | 
	
		
			
				|  |  |        }else if(type === "MUSIC"){
 | 
	
	
		
			
				|  | @@ -172,7 +172,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |          tipDialog.cancelBtn = false
 | 
	
		
			
				|  |  |          tipDialog.confirmButtonText = "我知道了"
 | 
	
		
			
				|  |  |          const msg = errList.map((item:any)=>{
 | 
	
		
			
				|  |  | -          return `<div><span style="color:#F44541">【${item.musicSheetName}】</span>不支持<span style="color:#F44541">【${item.instrumentName}】</span>练习,请更换曲目或取消<span style="color:#F44541">【${item.instrumentName}】</span>的学生</div>`
 | 
	
		
			
				|  |  | +          return `<div>曲目<span style="color:#F44541">【${item.musicSheetName}】</span>不支持<span style="color:#F44541">【${item.instrumentName}】</span>练习,请更换曲目或取消<span style="color:#F44541">【${item.instrumentName}】</span>的学生${errList.length>1?";":""}</div>`
 | 
	
		
			
				|  |  |          })
 | 
	
		
			
				|  |  |          tipDialog.msg = msg.join("")
 | 
	
		
			
				|  |  |        }
 |