소스 검색

Merge branch '20221111' into jenkins

wolyshaw 2 년 전
부모
커밋
9c0df226af
4개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.7243ad6d.js
  3. 0 0
      dist/static/js/app.ecbc9222.js
  4. 12 0
      src/views/activityScheduling/2021double11List.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.7243ad6d.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.ecbc9222.js


+ 12 - 0
src/views/activityScheduling/2021double11List.vue

@@ -42,6 +42,11 @@
             >H5统计链接</el-button
           >
         </el-form-item>
+        <el-form-item v-if="year === '2022'">
+          <el-button type="primary" @click="onCreateQRCode2"
+            >杭州H5统计链接</el-button
+          >
+        </el-form-item>
         <el-form-item>
           <auth auths="export/organDoubleEleven2021Statis">
             <el-button type="primary" @click="onExport">导出</el-button>
@@ -273,6 +278,8 @@ export default {
       },
       qrcodeStatus: false,
       codeUrl: "",
+      qrcodeStatus2: false,
+      codeUrl2: "",
       year: "2021",
     };
   },
@@ -341,6 +348,11 @@ export default {
         this.codeUrl = vaildTeachingUrl() + "/#/statistic-20211111";
       }
     },
+    onCreateQRCode2(row) {
+      // 生成报名二维码
+      this.qrcodeStatus = true;
+      this.codeUrl = vaildTeachingUrl() + "/#/statistic-20221111?type=hz";
+    },
     gotoDetail(row) {
       // console.log('跳转详情')
       if (this.year === "2022") {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.