소스 검색

Merge branch '3.3.5&3.3.6-qiPingDingWei' into dbdx-web

dedsudiyu 1 년 전
부모
커밋
80f6e5753e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/hazardManagement/gasBottleManage/beaconList/index.vue

+ 1 - 1
src/views/hazardManagement/gasBottleManage/beaconList/index.vue

@@ -84,7 +84,7 @@
           <p>最后一次绑定时间:</p>
           <p>{{ parseTime(dialogForm.bindingTime,'{y}-{m}-{d} {h}:{i}') }}</p>
         </div>
-        <vue-qr style="display: block;height:100px;width:100px;margin:auto;" :text="dialogForm.qrCodeUrl" :size="300"></vue-qr>
+        <vue-qr style="display: block;height:100px;width:100px;margin:auto;" :text="dialogForm.beaconTag" :size="300"></vue-qr>
         <p class="text-p">{{dialogForm.beaconTag}}</p>
         <p class="text-p">信标</p>
       </div>