diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-01 13:52:21 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-01 13:52:21 +0000 |
| commit | bac0228d21b7195065e9cddcc327ae33659c7bcc (patch) | |
| tree | 8f3016ae4533c8706d0c00a605d9b1d41968c2bc /config/vendorItemsColumnsConfig.ts | |
| parent | 2fdce8d7a57c792bba0ac36fa554dca9c9cc31e3 (diff) | |
(대표님) 20250601까지 작업사항
Diffstat (limited to 'config/vendorItemsColumnsConfig.ts')
| -rw-r--r-- | config/vendorItemsColumnsConfig.ts | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/config/vendorItemsColumnsConfig.ts b/config/vendorItemsColumnsConfig.ts index 369c75b1..bf14cd03 100644 --- a/config/vendorItemsColumnsConfig.ts +++ b/config/vendorItemsColumnsConfig.ts @@ -23,36 +23,36 @@ export interface VendorColumnConfig { export const vendorItemsColumnsConfig: VendorColumnConfig[] = [ { id: "itemCode", - label: "Material Group", - excelHeader: "Material Group", + label: "패키지 번호", + excelHeader: "패키지 번호", minWidth: 80, paddingFactor: 1.2, }, { id: "itemName", - label: "Description", - excelHeader: "Description", + label: "패키지 이름", + excelHeader: "패키지 이름", minWidth: 120, paddingFactor: 1.5, }, { id: "description", - label: "Size/Dimension", - excelHeader: "Size/Dimension", + label: "패키지 설명", + excelHeader: "패키지 설명", minWidth: 150, paddingFactor: 2.0, // More padding for descriptions }, { id: "createdAt", - label: "Created At", - excelHeader: "Created At", + label: "생성일", + excelHeader: "생성일", minWidth: 120, type: "date", }, { id: "updatedAt", - label: "Updated At", - excelHeader: "Updated At", + label: "수정일", + excelHeader: "수정일", minWidth: 120, type: "date", }, |
