From 7242f08224af7b6c74dee4e030e82a9a43449f5d Mon Sep 17 00:00:00 2001 From: leeheejin Date: Mon, 1 Dec 2025 17:04:59 +0900 Subject: [PATCH] =?UTF-8?q?=EA=B3=B5=EC=B0=A8=20=EB=93=B1=EB=A1=9D,=20?= =?UTF-8?q?=EC=97=B0=EC=86=8D=EC=B6=94=EC=A0=81=20=EA=B8=B0=EB=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../config-panels/ButtonConfigPanel.tsx | 14 ++--- frontend/lib/utils/buttonActions.ts | 62 +++++++++++-------- 2 files changed, 44 insertions(+), 32 deletions(-) diff --git a/frontend/components/screen/config-panels/ButtonConfigPanel.tsx b/frontend/components/screen/config-panels/ButtonConfigPanel.tsx index 1b7699c4..1ed37a49 100644 --- a/frontend/components/screen/config-panels/ButtonConfigPanel.tsx +++ b/frontend/components/screen/config-panels/ButtonConfigPanel.tsx @@ -503,8 +503,8 @@ export const ButtonConfigPanel: React.FC = ({ 엑셀 업로드 바코드 스캔 코드 병합 - 위치정보 가져오기 - 필드 값 변경 + 공차등록 + 운행알림 및 종료 @@ -1665,9 +1665,9 @@ export const ButtonConfigPanel: React.FC = ({ )} {/* 위치정보 가져오기 설정 */} - {(component.componentConfig?.action?.type || "save") === "geolocation" && ( + {(component.componentConfig?.action?.type || "save") === "empty_vehicle" && (
-

📍 위치정보 설정

+

🚛 공차등록 설정

{/* 테이블 선택 */}
@@ -1849,10 +1849,10 @@ export const ButtonConfigPanel: React.FC = ({
)} - {/* 필드 값 변경 설정 */} - {(component.componentConfig?.action?.type || "save") === "update_field" && ( + {/* 운행알림 및 종료 설정 */} + {(component.componentConfig?.action?.type || "save") === "operation_control" && (
-

📝 필드 값 변경 설정

+

🚗 운행알림 및 종료 설정