@@ -392,7 +392,7 @@ const config = computed(() => {
{
attrs: {
label: "产品编码",
- prop: "code",
+ prop: "customCode",
},
@@ -573,6 +573,11 @@ const formConfig = computed(() => {
label: "规格型号",
+ type: "input",
+ label: "产品编码",
+ },
+ {
type: "select",
prop: "unit",
label: "单位",