From 320b57e1c42cfab270ce3d87c03bd1bf2a4fba87 Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Fri, 27 Jun 2025 11:14:20 +0800 Subject: [PATCH] 优化材料选择功能; --- src/components/QuickQuote/index.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 8387549..6e08699 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2234,7 +2234,12 @@ const MaterialsComponent = props => { return { ...item, sVisColumnName: "sMaterialsName", - iColValue: 20, + iColValue: 14, + }; + } else if (sName === "dMaterialPrice") { + return { + ...item, + iColValue: 6, }; } else if (sName === "sComMaterials") { return { -- libgit2 0.22.2