summaryrefslogtreecommitdiff
path: root/lib/items-tech/table/top/item-excel-template.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-13 07:22:04 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-13 07:22:04 +0000
commit9f3b8915ab20f177edafd3c4a4cc1ca0da0fc766 (patch)
treedf110ca4a654bc3b3d0bd02b68cba45a25a7c39e /lib/items-tech/table/top/item-excel-template.tsx
parent0fddf148402fd6b99a1b3800d73679899bcb2ed3 (diff)
(최겸) 기술영업 아이템 수정(컬럼명 및 item table FK 삭제, rfq에서 사용하는 service 수정)
Diffstat (limited to 'lib/items-tech/table/top/item-excel-template.tsx')
-rw-r--r--lib/items-tech/table/top/item-excel-template.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/items-tech/table/top/item-excel-template.tsx b/lib/items-tech/table/top/item-excel-template.tsx
index f0e10d82..f547d617 100644
--- a/lib/items-tech/table/top/item-excel-template.tsx
+++ b/lib/items-tech/table/top/item-excel-template.tsx
@@ -18,10 +18,10 @@ export async function exportTopItemTemplate() {
// 컬럼 헤더 정의 및 스타일 적용
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 },
];