From c657ef972feeafff16ab0e07cb4771f7dd141ba0 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Thu, 10 Jul 2025 09:55:45 +0000 Subject: (대표님) 20250710 작업사항 - 평가 첨부, 로그인, SEDP 변경 요구사항 반영 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/itemsColumnsConfig.ts | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) (limited to 'config/itemsColumnsConfig.ts') diff --git a/config/itemsColumnsConfig.ts b/config/itemsColumnsConfig.ts index e39bde11..044afc7d 100644 --- a/config/itemsColumnsConfig.ts +++ b/config/itemsColumnsConfig.ts @@ -21,6 +21,16 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [ // filterable: true, // width: 80, // }, + + { + id: "ProjectNo", + label: "Project No", + excelHeader: "Project No", + type: "text", + sortable: true, + filterable: true, + width: 150, + }, { id: "itemCode", label: "PKG Code(PK)", @@ -30,15 +40,17 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [ filterable: true, width: 150, }, + { - id: "itemName", - label: "패키지 이름", - excelHeader: "패키지 이름", + id: "description", + label: "PKG Code Decription", + excelHeader: "PKG Code Decription", type: "text", sortable: true, filterable: true, - width: 250, + width: 300, }, + { id: "packageCode", label: "PKG Code", @@ -48,6 +60,15 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [ filterable: true, width: 150, }, + { + id: "itemName", + label: "패키지 이름", + excelHeader: "패키지 이름", + type: "text", + sortable: true, + filterable: true, + width: 250, + }, { id: "smCode", label: "SM Code", @@ -58,15 +79,7 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [ width: 150, }, - // { - // id: "description", - // label: "상세", - // excelHeader: "상세", - // type: "text", - // sortable: true, - // filterable: true, - // width: 300, - // }, + // { // id: "baseUnitOfMeasure", // label: "기본단위", @@ -77,7 +90,7 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [ // width: 100, // }, { - id: "changeDate", + id: "updatedAt", label: "마지막 변경일", excelHeader: "마지막 변경일", type: "date", -- cgit v1.2.3