From 92a3b15d403f9c425f1ed4a18493f064f1727283 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 24 Dec 2025 13:26:55 +0900 Subject: [PATCH] =?UTF-8?q?onClick=20event=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../floor-plan/modal/circuitTrestle/step/StepUp.jsx | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx index 78b645ce..76ef3e93 100644 --- a/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx +++ b/src/components/floor-plan/modal/circuitTrestle/step/StepUp.jsx @@ -651,13 +651,16 @@ export default function StepUp(props) { { - if (idx === 0) return - handleRowClick(idx, serQtyIdx) - }} style={{ cursor: allocationType === 'auto' ? 'pointer' : 'default' }} > - {item.serQty} + { + handleRowClick(idx, serQtyIdx) + }} + > + {item.serQty} + {/* 2025.12.04 select 추가 */} {idx === 0 ? ( -- 2.47.2