diff --git a/vehicle-data-platform/apps/web/src/styles/global.css b/vehicle-data-platform/apps/web/src/styles/global.css
index 822f74cf..198edd11 100644
--- a/vehicle-data-platform/apps/web/src/styles/global.css
+++ b/vehicle-data-platform/apps/web/src/styles/global.css
@@ -6819,6 +6819,76 @@ button.vp-realtime-command-item:focus-visible {
font-weight: 700;
}
+.vp-history-saved-report {
+ display: grid;
+ grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
+ gap: 14px;
+}
+
+.vp-history-saved-report-summary {
+ padding: 14px;
+ border: 1px solid rgba(14, 173, 105, 0.2);
+ border-radius: var(--vp-radius);
+ background: #f5fcf8;
+ display: grid;
+ gap: 10px;
+ align-content: start;
+}
+
+.vp-history-saved-report-grid {
+ display: grid;
+ grid-template-columns: repeat(4, minmax(0, 1fr));
+ gap: 12px;
+}
+
+.vp-history-saved-report-item {
+ min-height: 158px;
+ padding: 12px;
+ border: 1px solid var(--vp-border);
+ border-radius: var(--vp-radius);
+ background: #fbfefc;
+ color: inherit;
+ text-align: left;
+ font: inherit;
+ cursor: pointer;
+ display: grid;
+ gap: 8px;
+ align-content: start;
+}
+
+.vp-history-saved-report-item:hover,
+.vp-history-saved-report-item:focus-visible {
+ border-color: rgba(14, 173, 105, 0.42);
+ box-shadow: 0 10px 24px rgba(24, 39, 75, 0.08);
+ outline: none;
+}
+
+.vp-history-saved-report-item:disabled {
+ cursor: not-allowed;
+ opacity: 0.62;
+}
+
+.vp-history-saved-report-item strong {
+ color: var(--vp-text);
+ font-size: 18px;
+ line-height: 24px;
+ font-weight: 700;
+ word-break: break-word;
+}
+
+.vp-history-saved-report-item span {
+ color: var(--vp-text-muted);
+ font-size: 12px;
+ line-height: 18px;
+}
+
+.vp-history-saved-report-item em {
+ color: #0a8f56;
+ font-size: 12px;
+ font-style: normal;
+ font-weight: 700;
+}
+
.vp-history-question-board {
display: grid;
grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
@@ -8773,6 +8843,8 @@ button.vp-realtime-command-item:focus-visible {
.vp-history-report-template-grid,
.vp-history-report-cadence,
.vp-history-report-cadence-grid,
+ .vp-history-saved-report,
+ .vp-history-saved-report-grid,
.vp-history-question-board,
.vp-history-question-grid,
.vp-history-replay-nav,
diff --git a/vehicle-data-platform/apps/web/src/test/App.test.tsx b/vehicle-data-platform/apps/web/src/test/App.test.tsx
index 328c74cb..338b1451 100644
--- a/vehicle-data-platform/apps/web/src/test/App.test.tsx
+++ b/vehicle-data-platform/apps/web/src/test/App.test.tsx
@@ -6664,6 +6664,12 @@ test('shows parsed field history as a flattened evidence table', async () => {
expect(screen.getByRole('button', { name: '客户报表交付节奏 每周客户对账 周报计划' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户报表交付节奏 临时问题解释 复制说明' })).toBeInTheDocument();
expect(screen.getByRole('button', { name: '客户报表交付节奏 字段模板复用 字段配置' })).toBeInTheDocument();
+ expect(screen.getByText('保存报表视图')).toBeInTheDocument();
+ expect(screen.getByText('把当前车辆、时间窗、数据通道、字段裁剪和交付节奏保存成客户可复用视图,后续不用重新拼查询条件。')).toBeInTheDocument();
+ expect(screen.getByRole('button', { name: '保存报表视图 当前筛选 VIN-FIELDS-001 保存视图' })).toBeInTheDocument();
+ expect(screen.getByRole('button', { name: '保存报表视图 字段模板 2 字段 复用字段' })).toBeInTheDocument();
+ expect(screen.getByRole('button', { name: '保存报表视图 交付节奏 日报/周报 复制计划' })).toBeInTheDocument();
+ expect(screen.getByRole('button', { name: '保存报表视图 快速分享 可复制 复制链接' })).toBeInTheDocument();
expect(screen.getByText('客户轨迹决策台')).toBeInTheDocument();
expect(screen.getAllByRole('button', { name: /复制决策说明/ }).length).toBeGreaterThanOrEqual(1);
expect(screen.getByRole('button', { name: '客户轨迹决策 明细复核 明细证据' })).toBeInTheDocument();
@@ -6689,6 +6695,13 @@ test('shows parsed field history as a flattened evidence table', async () => {
});
expect(writeText).toHaveBeenCalledWith(expect.stringContaining('推荐频率:日报用于运营复盘,周报用于客户对账,临时导出用于问题解释。'));
expect(writeText).toHaveBeenCalledWith(expect.stringContaining('交付内容:轨迹报告 / 位置历史 CSV / 明细证据 CSV / 字段裁剪 CSV / 统计查询链接 / 质量提示。'));
+ fireEvent.click(screen.getByRole('button', { name: '保存报表视图 当前筛选 VIN-FIELDS-001 保存视图' }));
+ await waitFor(() => {
+ expect(writeText).toHaveBeenCalledWith(expect.stringContaining('【保存报表视图】'));
+ });
+ expect(writeText).toHaveBeenCalledWith(expect.stringContaining('视图范围:VIN-FIELDS-001 / GB32960 / 2026-07-03 至 2026-07-04'));
+ expect(writeText).toHaveBeenCalledWith(expect.stringContaining('字段模板:gb32960.vehicle.speed_kmh, gb32960.vehicle.soc_percent'));
+ expect(writeText).toHaveBeenCalledWith(expect.stringContaining('复用链接:http://localhost:3000/#/history-query?keyword=VIN-FIELDS-001&protocol=GB32960&tab=fields&dateFrom=2026-07-03&dateTo=2026-07-04&includeFields=true&fields=gb32960.vehicle.speed_kmh%2Cgb32960.vehicle.soc_percent'));
expect(await screen.findByRole('tab', { name: '字段明细' })).toHaveAttribute('aria-selected', 'true');
expect(fetchMock).toHaveBeenCalledWith('/api/history/raw-frames/query', expect.objectContaining({
method: 'POST',