Merge remote-tracking branch 'origin/master'

This commit is contained in:
2026-01-20 19:48:21 +09:00
2 changed files with 53 additions and 20 deletions

View File

@@ -27,3 +27,19 @@ export const quoteConfig: DetailConfig = {
backLabel: '목록',
},
};
/**
* 견적 등록 페이지 Config
*/
export const quoteCreateConfig: DetailConfig = {
title: '견적',
description: '새 견적을 등록합니다',
icon: FileText,
basePath: '/sales/quote-management',
fields: [],
actions: {
showBack: true,
showSave: false, // QuoteFooterBar에서 처리
backLabel: '목록',
},
};