summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/itemsColumnsConfig.ts41
1 files changed, 27 insertions, 14 deletions
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",
@@ -49,6 +61,15 @@ export const itemsColumnsConfig: ItemColumnConfig[] = [
width: 150,
},
{
+ id: "itemName",
+ label: "패키지 이름",
+ excelHeader: "패키지 이름",
+ type: "text",
+ sortable: true,
+ filterable: true,
+ width: 250,
+ },
+ {
id: "smCode",
label: "SM Code",
excelHeader: "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",