Przeglądaj źródła

显示二维码

林旭祥 6 miesięcy temu
rodzic
commit
cb6993d401
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      src/views/train/multiple.vue
  2. 1 1
      src/views/train/run.vue

+ 1 - 1
src/views/train/multiple.vue

@@ -40,7 +40,7 @@
       </Transition>
       <Transition :enter-active-class="proxy?.animate.report.enter" :leave-active-class="proxy?.animate.report.leave">
         <div class="main-right" v-show="showReportList">
-          <ReportList ref="reportListRef" :parameter="parameter" :showQRCode="false" />
+          <ReportList ref="reportListRef" :parameter="parameter" :showQRCode="true" />
         </div>
       </Transition>
       <!--测试记录结束-->

+ 1 - 1
src/views/train/run.vue

@@ -97,7 +97,7 @@
           </div>
         </div>
         <div class="main-right">
-          <ReportList ref="reportListRef" :parameter="parameter" :showQRCode="false" />
+          <ReportList ref="reportListRef" :parameter="parameter" :showQRCode="true" />
         </div>
       </template>
     </div>