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" && (
-

📝 필드 값 변경 설정

+

🚗 운행알림 및 종료 설정