From f7d5838087de4417fee88b550c6e0f0b94ae6e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=82=E7=B3=96?= Date: Mon, 12 Jan 2026 10:06:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(ProductSelect):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=8E=82=E5=AE=B6=E3=80=81=E8=A1=A8=E9=9D=A2=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=92=8C=E9=94=8C=E5=B1=82=E4=BF=A1=E6=81=AF=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在商品选择组件中新增厂家、表面处理和锌层信息的展示,以提供更全面的商品详情 --- klp-ui/src/components/KLPService/ProductSelect/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/klp-ui/src/components/KLPService/ProductSelect/index.vue b/klp-ui/src/components/KLPService/ProductSelect/index.vue index be724d59..6f396765 100644 --- a/klp-ui/src/components/KLPService/ProductSelect/index.vue +++ b/klp-ui/src/components/KLPService/ProductSelect/index.vue @@ -76,6 +76,9 @@
规格:{{ item.specification || '-' }}
材质:{{ item.material || '-' }}
+
厂家:{{ item.manufacturer || '-' }}
+
表面处理:{{ item.surfaceTreatmentDesc || '-' }}
+
锌层:{{ item.zincLayer || '-' }}