Fix
parent
5fd5aebbac
commit
6668e210b4
|
|
@ -32,8 +32,7 @@ class MonthlyStatisticsController extends Controller
|
|||
);
|
||||
|
||||
return $content
|
||||
->header('首页')
|
||||
->description('首页')
|
||||
->header('每月统计')
|
||||
->body(function (Row $row) {
|
||||
if (blank($date = request('date'))) {
|
||||
$date = date('Y-m');
|
||||
|
|
|
|||
Loading…
Reference in New Issue