diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/menuConfig.ts | 6 | ||||
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/config/menuConfig.ts b/config/menuConfig.ts index d28b1838..06aa45c7 100644 --- a/config/menuConfig.ts +++ b/config/menuConfig.ts @@ -902,6 +902,12 @@ export const mainNavVendor: MenuSection[] = [ useGrouping: true, items: [ { + titleKey: "menu.vendor.procurement.pq_new", + href: `/partners/pq_new`, + descriptionKey: "menu.vendor.procurement.pq_new_desc", + groupKey: "groups.propose" + }, + { titleKey: "menu.vendor.procurement.basic_contract_sign", href: `/partners/basic-contract`, descriptionKey: "menu.vendor.procurement.basic_contract_sign_desc", diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index 7da096be..4e15bd34 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -144,15 +144,15 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig }, { id: "forecastedAt", - label: "실사 예정일", - excelHeader: "실사 예정일", + label: "실사 수행 예정일", + excelHeader: "실사 수행 예정일", group: "일정", }, { id: "confirmedAt", - label: "실사 확정일", - excelHeader: "실사 확정일", + label: "실사 계획 확정일", + excelHeader: "실사 계획 확정일", group: "일정", }, { |
