lxf il y a 1 an
Parent
commit
78572772d6
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/group/BOM/calculator/processCost.vue

+ 2 - 2
src/views/group/BOM/calculator/processCost.vue

@@ -53,7 +53,7 @@ const codeList = ref([
     value: "加工费配置",
     table: [
       { type: "input", prop: "name", label: "项目", itemType: "text" },
-      { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 1, controls: false },
+      { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
     ],
   },
   {
@@ -61,7 +61,7 @@ const codeList = ref([
     value: "运费配置",
     table: [
       { type: "input", prop: "name", label: "幅宽", itemType: "text" },
-      { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 1, controls: false },
+      { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
     ],
   },
 ]);