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 --- lib/tag-numbering/table/tagNumbering-table.tsx | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'lib/tag-numbering/table/tagNumbering-table.tsx') 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", }, { -- cgit v1.2.3