6
0
Fork 0
release
李静 2022-04-01 15:56:49 +08:00
parent 5fd5aebbac
commit 6668e210b4
1 changed files with 1 additions and 2 deletions

View File

@ -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');