Browse Source

Merge branch 'master' into 测试

lxf 1 year ago
parent
commit
0cb2dd09b6
1 changed files with 8 additions and 0 deletions
  1. 8 0
      src/views/group/BOM/calculator/processCost.vue

+ 8 - 0
src/views/group/BOM/calculator/processCost.vue

@@ -64,6 +64,14 @@ const codeList = ref([
       { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
     ],
   },
+  {
+    key: "compounding_cost_config",
+    value: "复合费配置",
+    table: [
+      { type: "input", prop: "name", label: "幅宽", itemType: "text" },
+      { type: "number", prop: "price", label: "价格", width: 120, min: 0, precision: 2, controls: false },
+    ],
+  },
 ]);
 const getList = () => {
   loading.value = true;