xch1523480 3 months ago
parent
commit
9d986c27ee
1 changed files with 1 additions and 1 deletions
  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];
         const element = this.devices[i];
         devices += `设备品牌:${element.name || ""}\n设备型号:${
         devices += `设备品牌:${element.name || ""}\n设备型号:${
           element.type || ""
           element.type || ""
-        }\n数量:${1}\n序列号:${element.code || ""}\n`;
+        }\n数量:${element.num}\n序列号:${element.code || ""}\n`;
       }
       }
       this.$emit("input", devices);
       this.$emit("input", devices);
       this.$emit("change", devices);
       this.$emit("change", devices);