Browse Source

Merge branch 'ol_12_30' into 11/24SAAS

mo 3 years ago
parent
commit
912f228c08
3 changed files with 25 additions and 16 deletions
  1. 6 0
      src/App.vue
  2. 3 2
      src/views/teacherManager/teacherDetail/index.vue
  3. 16 14
      src/views/teamBuild/signupList.vue

+ 6 - 0
src/App.vue

@@ -449,7 +449,13 @@ input[type="number"] {
   overflow: hidden;
   overflow: hidden;
   flex-wrap: nowrap;
   flex-wrap: nowrap;
 }
 }
+.select-all {
+  .el-select__tags {
+    flex-wrap: nowrap!important;
+  }
+}
 .el-select__tags {
 .el-select__tags {
+
   .el-tag.el-tag--info.el-tag--small.el-tag--light {
   .el-tag.el-tag--info.el-tag--small.el-tag--light {
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;

+ 3 - 2
src/views/teacherManager/teacherDetail/index.vue

@@ -126,7 +126,7 @@ export default {
   data () {
   data () {
     return {
     return {
       teacherName: this.$route.query.teacherName,
       teacherName: this.$route.query.teacherName,
-      activeName: "0",
+      activeName: "",
       // activeStatus: [true, false, false, false, false, false, false]
       // activeStatus: [true, false, false, false, false, false, false]
       permissionList: {
       permissionList: {
         teacherInfo: permission("/teacherDetail/teacherInfo"),
         teacherInfo: permission("/teacherDetail/teacherInfo"),
@@ -153,10 +153,11 @@ export default {
   mounted () {
   mounted () {
       this.teacherName = this.$route.query.teacherName;
       this.teacherName = this.$route.query.teacherName;
       this.teacherId = this.$route.query.teacherId
       this.teacherId = this.$route.query.teacherId
-      this.activeName = "0";
+
       teacherGet({ teacherId: this.teacherId }).then(res => {
       teacherGet({ teacherId: this.teacherId }).then(res => {
         if (res.code == 200) {
         if (res.code == 200) {
          this.teacherInfos = res.data
          this.teacherInfos = res.data
+         this.activeName = "0";
 
 
         }
         }
       })
       })

+ 16 - 14
src/views/teamBuild/signupList.vue

@@ -78,6 +78,7 @@
           </auth>
           </auth>
           <div
           <div
             class="newBand"
             class="newBand"
+              style="background-color: #f97215; border: 1px solid #f97215"
             @click="onCreateQRCode('payment')"
             @click="onCreateQRCode('payment')"
             v-show="
             v-show="
               (status == 'PAY' ||
               (status == 'PAY' ||
@@ -89,6 +90,20 @@
           >
           >
             报名链接
             报名链接
           </div>
           </div>
+               <div
+            class="newBand"
+            style="background-color: #f97215; border: 1px solid #f97215"
+            @click="onCreateQRCode('rePayment')"
+            v-show="
+              (status == 'PAY' ||
+                status == 'APPLY' ||
+                status == 'PROGRESS' ||
+                status == 'PREPARE') &&
+              ischeckCanReg
+            "
+          >
+            报名链接(无乐器)
+          </div>
           <div class="newBand" @click="onCreateQRCode('detail')">缴费详情</div>
           <div class="newBand" @click="onCreateQRCode('detail')">缴费详情</div>
           <auth :auths="'studentRegistration/queryPreApplyList/4263'">
           <auth :auths="'studentRegistration/queryPreApplyList/4263'">
             <div
             <div
@@ -114,20 +129,7 @@
           >
           >
             合并学员
             合并学员
           </div>
           </div>
-          <div
-            class="newBand"
-            style="background-color: #f97215; border: 1px solid #f97215"
-            @click="onCreateQRCode('rePayment')"
-            v-show="
-              (status == 'PAY' ||
-                status == 'APPLY' ||
-                status == 'PROGRESS' ||
-                status == 'PREPARE') &&
-              ischeckCanReg
-            "
-          >
-            报名链接(无乐器)
-          </div>
+
           <div
           <div
             class="newBand"
             class="newBand"
             v-permission="'studentRegistration/queryStudentApplyDetailExport'"
             v-permission="'studentRegistration/queryStudentApplyDetailExport'"