diff --git a/resources/views/admin/products/index.blade.php b/resources/views/admin/products/index.blade.php index 1ebe2a6..61708b7 100644 --- a/resources/views/admin/products/index.blade.php +++ b/resources/views/admin/products/index.blade.php @@ -14,9 +14,9 @@

批量导入商品

先下载模板,按模板填写后上传 CSV。平台模板首列需要填写 `merchant_id`,分类通过 `category_slug` 匹配。

@if(session('import_result')) @php $importResult = session('import_result'); @endphp @@ -31,13 +31,13 @@ @endif @if(!empty($importResult['failure_file'])) -
下载失败明细 CSV
+
下载失败明细 CSV
@endif @endif
@csrf -
+
@@ -46,7 +46,7 @@

导入历史摘要

商品页仅保留摘要与最近 5 条记录;完整筛选、分页与复盘请前往独立导入历史页。
- 进入完整导入历史页 + 进入完整导入历史页
累计导入批次
{{ $importHistoryStats['total_imports'] ?? 0 }}
@@ -94,7 +94,7 @@
-
重置
+
重置

当前筛选摘要

@foreach($activeFilterSummary as $summaryLabel => $summaryValue)
{{ $summaryLabel }}
{{ $summaryValue }}
@endforeach
@@ -167,7 +167,7 @@
-
+
@@ -176,11 +176,11 @@
@csrf -
+
- +

平台侧批量改分类会校验所选分类是否属于被勾选商品对应商家;若混选了不同商家的商品,请选择各自可用的分类或先分批处理。

@@ -192,7 +192,7 @@ {{ $product->id }} {{ $product->merchant?->name ?? ('商家#'.$product->merchant_id) }} -
@csrf + @csrf
原价:¥{{ number_format((float) $product->original_price, 2) }}
@@ -200,7 +200,7 @@ {{ $product->created_at?->format('Y-m-d H:i') }} {{ $product->updated_at?->format('Y-m-d H:i') }} -
@csrf
+
@csrf
@endforeach