laravel-admin列表标题修改
public function index(Content $content)
{
$month = request()->input('filter.month', 1);
// 动态修改页面标题,显示当前查询的月份
$this->title = "电商平台{$month}月数据";
return parent::index($content);
}
最近访问时间:2026-02-05 17:16:06