diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-29 03:05:58 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-29 03:05:58 +0000 |
| commit | a20fbfc2d1b22f2dd37d1f714fa7408065aef6f1 (patch) | |
| tree | 403404026e57a902d77b9b1210abd08343de9228 /config/tagNumberingColumnsConfig.ts | |
| parent | 85fbd5a671cd8547c8eda7b0aa21231f9807454f (diff) | |
[no 17] tag-numbering 컬럼명 수정(kyumchoi)
Diffstat (limited to 'config/tagNumberingColumnsConfig.ts')
| -rw-r--r-- | config/tagNumberingColumnsConfig.ts | 16 |
1 files changed, 8 insertions, 8 deletions
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", }, { |
