|
@@ -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 },
|
|
|
],
|
|
|
},
|
|
|
]);
|