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 /lib | |
| parent | 85fbd5a671cd8547c8eda7b0aa21231f9807454f (diff) | |
[no 17] tag-numbering 컬럼명 수정(kyumchoi)
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tag-numbering/table/tagNumbering-table.tsx | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/lib/tag-numbering/table/tagNumbering-table.tsx b/lib/tag-numbering/table/tagNumbering-table.tsx index 847b3eeb..1a8f6aa8 100644 --- a/lib/tag-numbering/table/tagNumbering-table.tsx +++ b/lib/tag-numbering/table/tagNumbering-table.tsx @@ -78,7 +78,7 @@ export function TagNumberingTable({ promises }: ItemsTableProps) { }, { id: "tagTypeCode", - label: "Tag Type Code", + label: "TYPE ID", type: "text", }, { @@ -89,7 +89,7 @@ export function TagNumberingTable({ promises }: ItemsTableProps) { { id: "attributesId", - label: "Attributes Id", + label: "Attribute", type: "text", }, @@ -100,7 +100,12 @@ export function TagNumberingTable({ promises }: ItemsTableProps) { }, { id: "expression", - label: "expression", + label: "Reg_Exps", + type: "text", + }, + { + id: "delimiter", + label: "Separator", type: "text", }, { |
