From a20fbfc2d1b22f2dd37d1f714fa7408065aef6f1 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 29 Apr 2025 03:05:58 +0000 Subject: [no 17] tag-numbering 컬럼명 수정(kyumchoi) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/tagNumberingColumnsConfig.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'config/tagNumberingColumnsConfig.ts') diff --git a/config/tagNumberingColumnsConfig.ts b/config/tagNumberingColumnsConfig.ts index 3a8f7951..85b43d1f 100644 --- a/config/tagNumberingColumnsConfig.ts +++ b/config/tagNumberingColumnsConfig.ts @@ -23,8 +23,8 @@ export const tagNumberingColumnsConfig: TagNumberingColumnConfig[] = [ }, { id: "tagTypeCode", - label: "Tag Type Code", - excelHeader: "Tag Type Code" + label: "TYPE ID", + excelHeader: "TYPE ID" // group: "Basic Info", }, { @@ -35,8 +35,8 @@ export const tagNumberingColumnsConfig: TagNumberingColumnConfig[] = [ }, { id: "attributesId", - label: "Attributes Id", - excelHeader:"Attributes Id", + label: "Attribute", + excelHeader:"Attribute", // group: "Basic Info", }, { @@ -48,14 +48,14 @@ export const tagNumberingColumnsConfig: TagNumberingColumnConfig[] = [ { id: "expression", - label: "expression", - excelHeader:"expression", + label: "Reg_Exps", + excelHeader:"Reg_Exps", // group: "Basic Info", }, { id: "delimiter", - label: "delimiter", - excelHeader:"delimiter", + label: "Separator", + excelHeader:"Separator", // group: "Basic Info", }, { -- cgit v1.2.3