Explorar o código

提交一下啊

1
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
012caa323f
Modificáronse 2 ficheiros con 9 adicións e 9 borrados
  1. 2 2
      src/views/childrensDay/detail.vue
  2. 7 7
      src/views/childrensDay/index.vue

+ 2 - 2
src/views/childrensDay/detail.vue

@@ -53,7 +53,7 @@
             v-model.trim="searchForm.gradeFlag"
             filterable
             clearable
-            placeholder="是否参加器考级"
+            placeholder="是否参加器考级"
           >
             <el-option value="1" label="是"></el-option>
             <el-option value="0" label="否"></el-option>
@@ -157,7 +157,7 @@
               </div>
             </template>
           </el-table-column>
-          <el-table-column align="center" prop="studentId" label="报考乐器等级">
+          <el-table-column align="center" prop="studentId" label="器乐报考等级">
             <template slot-scope="scope">
               <div>
                 {{ scope.row.gradeLeave ? scope.row.gradeLeave + "级" : "-" }}

+ 7 - 7
src/views/childrensDay/index.vue

@@ -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") {