|
@@ -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'"
|