diff options
| author | joonhoekim <26rote@gmail.com> | 2025-11-12 18:58:10 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-11-12 18:58:10 +0900 |
| commit | 519d01ed0a2e40c353d0afcccd4b7a83483f7eaf (patch) | |
| tree | 764ab69eca3d7d69a4277b529eaa4cb7700cf323 /lib/docu-list-rule/document-class/table/document-class-table.tsx | |
| parent | 61aac0c13e29832c39db305ec72116c461a9ab80 (diff) | |
(김준회) Document Numbering Rule(해양): DOC_CLASS 1글자로 제한 (SWP측 제약), DOC_CLASS에서 코드 컬럼 제거
Diffstat (limited to 'lib/docu-list-rule/document-class/table/document-class-table.tsx')
| -rw-r--r-- | lib/docu-list-rule/document-class/table/document-class-table.tsx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/docu-list-rule/document-class/table/document-class-table.tsx b/lib/docu-list-rule/document-class/table/document-class-table.tsx index 11ec3a3c..771e95ab 100644 --- a/lib/docu-list-rule/document-class/table/document-class-table.tsx +++ b/lib/docu-list-rule/document-class/table/document-class-table.tsx @@ -38,10 +38,9 @@ export function DocumentClassTable({ promises }: DocumentClassTableProps) { // 고급 필터 필드 설정 const advancedFilterFields: DataTableAdvancedFilterField<typeof documentClasses.$inferSelect>[] = [ - { id: "code", label: "코드", type: "text" }, - { id: "value", label: "값", type: "text" }, - { id: "description", label: "설명", type: "text" }, - { id: "createdAt", label: "생성일", type: "date" }, + { id: "value", label: "DOC_CLASS", type: "text" }, + { id: "description", label: "Description", type: "text" }, + { id: "createdAt", label: "createdAt", type: "date" }, ] const { table } = useDataTable({ |
