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