summaryrefslogtreecommitdiff
path: root/lib/items-tech/table/hull/item-excel-template.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/items-tech/table/hull/item-excel-template.tsx')
-rw-r--r--lib/items-tech/table/hull/item-excel-template.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/items-tech/table/hull/item-excel-template.tsx b/lib/items-tech/table/hull/item-excel-template.tsx
index 61fddecc..13ec1973 100644
--- a/lib/items-tech/table/hull/item-excel-template.tsx
+++ b/lib/items-tech/table/hull/item-excel-template.tsx
@@ -18,10 +18,10 @@ export async function exportHullItemTemplate() {
// 컬럼 헤더 정의 및 스타일 적용
worksheet.columns = [
- { header: '아이템 코드', key: 'itemCode', width: 15 },
+ { header: '자재 그룹', key: 'itemCode', width: 15 },
{ header: '기능(공종)', key: 'workType', width: 15 },
- { header: '아이템 리스트', key: 'itemList', width: 20 },
- { header: '서브 아이템 리스트', key: 'subItemList', width: 20 },
+ { header: '자재명', key: 'itemList', width: 20 },
+ { header: '자재명(상세)', key: 'subItemList', width: 20 },
];
// 헤더 스타일 적용