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