diff --git a/src/components/calc/index.vue b/src/components/calc/index.vue
index e34e2bc..5bfc86d 100644
--- a/src/components/calc/index.vue
+++ b/src/components/calc/index.vue
@@ -92,16 +92,6 @@ async function initInputList() {
type: it.type,
unit: it.unit,
})
- if (it.addition) {
- setting.push({
- title: it.name,
- key: it.addition.key,
- value: '',
- placeholder: it.addition.placeholder, // + (it.unit?`(${it.unit})`:'')
- type: it.type,
- unit: it.addition.unit,
- })
- }
})
settingList.value = setting
}
diff --git a/src/pages/product/input/index.vue b/src/pages/product/input/index.vue
index ed435fd..0f9df88 100644
--- a/src/pages/product/input/index.vue
+++ b/src/pages/product/input/index.vue
@@ -55,16 +55,16 @@
-
+
-
+
-
+
-
+
diff --git a/src/service/api/product.ts b/src/service/api/product.ts
index 4ba6507..95a4fc2 100644
--- a/src/service/api/product.ts
+++ b/src/service/api/product.ts
@@ -18,8 +18,8 @@ export async function getList(param: ProductSearchParam) {
await sleep(200);
return await post