|  | @@ -4,7 +4,7 @@
 | 
	
		
			
				|  |  |    <div class="m-container">
 | 
	
		
			
				|  |  |      <h2>
 | 
	
		
			
				|  |  |        <div class="squrt"></div>
 | 
	
		
			
				|  |  | -      21暑期考级
 | 
	
		
			
				|  |  | +      个人技能测评
 | 
	
		
			
				|  |  |      </h2>
 | 
	
		
			
				|  |  |      <div class="m-core">
 | 
	
		
			
				|  |  |        <save-form
 | 
	
	
		
			
				|  | @@ -71,10 +71,10 @@
 | 
	
		
			
				|  |  |        </save-form>
 | 
	
		
			
				|  |  |        <div class="btnList">
 | 
	
		
			
				|  |  |          <el-button type="primary" @click="onCreateQRCode('placeholder')"
 | 
	
		
			
				|  |  | -          >占位链接</el-button
 | 
	
		
			
				|  |  | +          >预报名链接</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |          <el-button type="primary" @click="onCreateQRCode('music')"
 | 
	
		
			
				|  |  | -          >乐器考级链接</el-button
 | 
	
		
			
				|  |  | +          >器乐考级报名链接</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |          <el-button type="primary" @click="onCreateQRCode('vip')"
 | 
	
		
			
				|  |  |            >VIP课程链接</el-button
 | 
	
	
		
			
				|  | @@ -97,7 +97,7 @@
 | 
	
		
			
				|  |  |        </div>
 | 
	
		
			
				|  |  |        <statistic :col="4" class="statistic" :cols="0">
 | 
	
		
			
				|  |  |          <statistic-item>
 | 
	
		
			
				|  |  | -          <span>乐器考级人次</span>
 | 
	
		
			
				|  |  | +          <span>器乐考级人次</span>
 | 
	
		
			
				|  |  |            <span><count-to :endVal="statInfo.instrumentalMusicNum" /></span>
 | 
	
		
			
				|  |  |          </statistic-item>
 | 
	
		
			
				|  |  |          <statistic-item>
 | 
	
	
		
			
				|  | @@ -175,7 +175,7 @@
 | 
	
		
			
				|  |  |            <el-table-column
 | 
	
		
			
				|  |  |              align="center"
 | 
	
		
			
				|  |  |              prop="instrumentalMusicNum"
 | 
	
		
			
				|  |  | -            label="乐器考级人次"
 | 
	
		
			
				|  |  | +            label="器乐考级人次"
 | 
	
		
			
				|  |  |            ></el-table-column>
 | 
	
		
			
				|  |  |            <el-table-column
 | 
	
		
			
				|  |  |              align="center"
 | 
	
	
		
			
				|  | @@ -358,7 +358,7 @@ export default {
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      onCreateQRCode(status) {
 | 
	
		
			
				|  |  |        if (status == "placeholder") {
 | 
	
		
			
				|  |  | -        this.codeTitle = "占位链接";
 | 
	
		
			
				|  |  | +        this.codeTitle = "预报名链接";
 | 
	
		
			
				|  |  |          this.qrCodeUrl = vaildStudentUrl() + "/#/childrenSeat";
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        if (status == "theory") {
 | 
	
	
		
			
				|  | @@ -367,7 +367,7 @@ export default {
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |        if (status == "music") {
 | 
	
		
			
				|  |  | -        this.codeTitle = "乐器考级链接";
 | 
	
		
			
				|  |  | +        this.codeTitle = "器乐考级报名链接";
 | 
	
		
			
				|  |  |          this.qrCodeUrl = vaildStudentUrl() + "/#/childrenPayment?dHlwZT0x";
 | 
	
		
			
				|  |  |        }
 | 
	
		
			
				|  |  |        if (status == "vip") {
 |