Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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: '목록',
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user