diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-15 00:50:39 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-15 00:50:39 +0000 |
| commit | 15c3ae6536c264db0508e4fc4aaa59c3e6d1af30 (patch) | |
| tree | 8e2ad5e6a06999bfaaf00ab4ee30083a87050bad /lib/welding/table/ocr-table.tsx | |
| parent | d5d27847a7eded9db59462fa744b76772bc9ce1d (diff) | |
(대표님) 기본계약 및 정기평가 작업사항, OCR 변경사항
Diffstat (limited to 'lib/welding/table/ocr-table.tsx')
| -rw-r--r-- | lib/welding/table/ocr-table.tsx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/welding/table/ocr-table.tsx b/lib/welding/table/ocr-table.tsx index e14c53d1..443f5a6b 100644 --- a/lib/welding/table/ocr-table.tsx +++ b/lib/welding/table/ocr-table.tsx @@ -70,6 +70,18 @@ export function OcrTable({ promises }: ItemsTableProps) { // group: "Basic Info", }, { + id: "fileName", + label: "file Name", + type: "text", + // group: "Basic Info", + }, + { + id: "reportNo", + label: "report No", + type: "text", + // group: "Basic Info", + }, + { id: "no", label: "No", type: "text", |
