diff --git a/frontend/src/new/stores/quotationStore.ts b/frontend/src/new/stores/quotationStore.ts index 8443590..3c6c870 100644 --- a/frontend/src/new/stores/quotationStore.ts +++ b/frontend/src/new/stores/quotationStore.ts @@ -46,6 +46,12 @@ export interface DocumentRecognitionState { visibleColumns: string[] isUploadSectionCollapsed: boolean columnMappings?: Record + sourceSelectionRange?: { + startRow: number + endRow: number + startCol: number + endCol: number + } | null selectedQuotationType?: string hasData: boolean } diff --git a/frontend/src/new/views/DocumentRecognition.vue b/frontend/src/new/views/DocumentRecognition.vue index 2572a37..89f3b38 100644 --- a/frontend/src/new/views/DocumentRecognition.vue +++ b/frontend/src/new/views/DocumentRecognition.vue @@ -355,8 +355,26 @@
-

原始表格 已识别 {{ originalTableData.length }} 项

-
+
+
+

原始表格 已识别 {{ originalTableData.length }} 项

+

{{ originalSelectionSummary }}

+
+
+ + + +
+
+
@@ -367,7 +385,15 @@ - @@ -445,7 +471,7 @@
+ {{ row[header] || '' }}
+ + + + + + + + + + + +
+
+
+