dy 1 rok pred
rodič
commit
2a5541498e
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 2 2
      src/views/plan/order/index.vue

+ 2 - 2
src/views/plan/order/index.vue

@@ -81,7 +81,7 @@
         <el-button
           type="primary"
           size="small"
-          v-if="row.oderState == '5'"
+          v-if="row.orderState == '5'"
           @click="handleScanCode(row.id)"
           >二维码生成
         </el-button>
@@ -197,7 +197,7 @@
             v-for="(item, index) in scanCodeArray"
             :key="index"
           >
-            <vue-qrcode :value="item" size="45" error-level="H" />
+            <vue-qrcode :value="item" size="70" error-level="H" />
           </div>
 
           <div v-if="scanCodeArray.length < 1">暂无数据</div>