Explorar o código

Merge branch 'master' into dev

xch1523480 hai 3 meses
pai
achega
c845ef4e09
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/NewCom/sysComponents/DevicesTable.vue

+ 1 - 1
src/components/NewCom/sysComponents/DevicesTable.vue

@@ -115,7 +115,7 @@ export default {
         const element = this.devices[i];
         devices += `设备品牌:${element.name || ""}\n设备型号:${
           element.type || ""
-        }\n数量:${1}\n序列号:${element.code || ""}\n`;
+        }\n数量:${element.num}\n序列号:${element.code || ""}\n`;
       }
       this.$emit("input", devices);
       this.$emit("change", devices);