diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-02 09:54:08 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-02 09:54:08 +0000 |
| commit | dfdfae3018f8499240f48d28ce634f4a5c56e006 (patch) | |
| tree | 4493b172c061fa5bf4e94c083788110eb1507f6d /config/rfqsColumnsConfig.ts | |
| parent | 21a72eeddc74cf775e2a76e2c569de970bd62a7f (diff) | |
벤더 코멘트 처리
Diffstat (limited to 'config/rfqsColumnsConfig.ts')
| -rw-r--r-- | config/rfqsColumnsConfig.ts | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/config/rfqsColumnsConfig.ts b/config/rfqsColumnsConfig.ts index 3b713e96..59e35146 100644 --- a/config/rfqsColumnsConfig.ts +++ b/config/rfqsColumnsConfig.ts @@ -14,19 +14,19 @@ export const rfqsColumnsConfig: RfqColumnConfig[] = [ id: "projectName", label: "Project Name", excelHeader: "Project Name", - // group: "Basic Info", + group: "Basic Info", }, { id: "rfqCode", label: "RFQ Code", excelHeader: "RFQ Code", - // group: "Basic Info", + group: "Basic Info", }, { id: "description", label: "RFQ description", excelHeader: "RFQ description", - // group: "Basic Info", + group: "Basic Info", }, // { // id: "projectCode", @@ -39,26 +39,26 @@ export const rfqsColumnsConfig: RfqColumnConfig[] = [ id: "status", label: "Status", excelHeader: "Status", - // group: "Basic Info", + group: "Basic Info", }, { id: "createdByEmail", label: "Created By", excelHeader: "Created By", - // group: "Metadata", + group: "Metadata", }, { id: "createdAt", label: "Created At", excelHeader: "Created At", - // group: "Metadata", + group: "Metadata", }, { id: "updatedAt", label: "Updated At", excelHeader: "Updated At", - // group: "Metadata", + group: "Metadata", }, ]
\ No newline at end of file |
