diff --git a/resources/views/admin/products/import_histories.blade.php b/resources/views/admin/products/import_histories.blade.php index 9c11fff..4404305 100644 --- a/resources/views/admin/products/import_histories.blade.php +++ b/resources/views/admin/products/import_histories.blade.php @@ -1,7 +1,7 @@ @extends('admin.layouts.app') -@section('title', '平台商品导入历史') -@section('page_title', '平台商品导入历史') +@section('title', '商品导入历史') +@section('page_title', '商品导入历史') @section('content') @php @@ -18,12 +18,26 @@ }, ARRAY_FILTER_USE_BOTH)); @endphp + +
-

平台商品导入历史

-
集中复盘平台视角的商品导入结果、失败明细与文件状态(面向运营)。
+

筛选条件

+
按商家/结果/时间范围筛选导入批次,便于定位失败文件与问题批次。
点击收起/展开
@@ -58,9 +72,6 @@ @endforeach - 导出当前筛选 CSV - 清空筛选 - 返回商品页 diff --git a/tests/Feature/AdminBusinessPagesTest.php b/tests/Feature/AdminBusinessPagesTest.php index 946f961..a01ac6c 100644 --- a/tests/Feature/AdminBusinessPagesTest.php +++ b/tests/Feature/AdminBusinessPagesTest.php @@ -205,10 +205,10 @@ class AdminBusinessPagesTest extends TestCase $this->get('/admin/products/import-histories') ->assertOk() - ->assertSee('平台商品导入历史') + ->assertSee('商品导入历史') ->assertSee('筛选导入历史') ->assertSee('导出当前筛选 CSV') - ->assertSee('返回商品页'); + ->assertSee('返回商品巡检'); } public function test_admin_product_summary_stats_match_export_summary_for_same_filters(): void