From ef4c533ebacc2cdc97e518f30e9a9350004fcdfb Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 28 Apr 2025 02:13:30 +0000 Subject: ~20250428 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/itemsColumnsConfig.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config/itemsColumnsConfig.ts') diff --git a/config/itemsColumnsConfig.ts b/config/itemsColumnsConfig.ts index f2b9a61b..8a161a37 100644 --- a/config/itemsColumnsConfig.ts +++ b/config/itemsColumnsConfig.ts @@ -11,20 +11,20 @@ export interface ItemColumnConfig { export const itemsColumnsConfig: ItemColumnConfig[] = [ { id: "itemCode", - label: "Item Code", - excelHeader: "Item Code", + label: "Material Group", + excelHeader: "Material Group", // group: "Basic Info", }, { id: "itemName", - label: "Item Name", - excelHeader: "Item Name", + label: "Description", + excelHeader: "Description", // group: "Basic Info", }, { id: "description", - label: "Description", - excelHeader: "Description", + label: "Size/Dimension", + excelHeader: "Size/Dimension", // group: "Basic Info", }, { -- cgit v1.2.3