diff options
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", }, { |
