mo 3 tahun lalu
induk
melakukan
fe244d0747
1 mengubah file dengan 16 tambahan dan 14 penghapusan
  1. 16 14
      src/views/teamBuild/signupList.vue

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

@@ -78,6 +78,7 @@
           </auth>
           <div
             class="newBand"
+              style="background-color: #f97215; border: 1px solid #f97215"
             @click="onCreateQRCode('payment')"
             v-show="
               (status == 'PAY' ||
@@ -89,6 +90,20 @@
           >
             报名链接
           </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>
           <auth :auths="'studentRegistration/queryPreApplyList/4263'">
             <div
@@ -114,20 +129,7 @@
           >
             合并学员
           </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"
             v-permission="'studentRegistration/queryStudentApplyDetailExport'"