|
@@ -15,7 +15,7 @@
|
|
|
>
|
|
|
</auth>
|
|
|
|
|
|
- <el-button type="primary" @click="codeStatus = true" v-if="isedit"
|
|
|
+ <el-button type="primary" @click="codedetailStatus = true" v-if="isedit"
|
|
|
>预报名详情</el-button
|
|
|
>
|
|
|
|
|
@@ -222,6 +222,8 @@
|
|
|
|
|
|
<!-- 预报名链接 -->
|
|
|
<qr-code v-model="codeStatus" title="预报名二维码" :codeUrl="codeUrl" />
|
|
|
+ <!-- 预报名详情 -->
|
|
|
+ <qr-code v-model="codedetailStatus" title="预报名二维码" :codeUrl="detailUrl" />
|
|
|
<!-- 发送家长会通知 -->
|
|
|
<el-dialog
|
|
|
title="发送家长会通知"
|
|
@@ -293,7 +295,7 @@
|
|
|
import pagination from "@/components/Pagination/index";
|
|
|
import qrCode from "@/components/QrCode/index";
|
|
|
import { permission } from "@/utils/directivePage";
|
|
|
-import { vaildStudentUrl } from "@/utils/validate";
|
|
|
+import { vaildStudentUrl,vaildTeachingUrl } from "@/utils/validate";
|
|
|
import { Export } from "@/utils/downLoadFile";
|
|
|
import visitModel from "@/views/withdrawal-application/modals/visit";
|
|
|
import intentionModel from "./modals/intention";
|
|
@@ -309,6 +311,7 @@ export default {
|
|
|
data() {
|
|
|
const query = this.$route.query;
|
|
|
return {
|
|
|
+ codedetailStatus:false,
|
|
|
teamName: query.name || null,
|
|
|
codeStatus: false,
|
|
|
musicGroupId: query.id,
|
|
@@ -316,6 +319,7 @@ export default {
|
|
|
vaildStudentUrl() +
|
|
|
"/project/forecastName/index.html?musicGroupId=" +
|
|
|
query.id,
|
|
|
+ detailUrl:vaildTeachingUrl()+'/#/preApplySubject?musicGroupId='+query.id,
|
|
|
searchForm: {
|
|
|
name: null,
|
|
|
subjectId: null,
|