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