shish %!s(int64=3) %!d(string=hai) anos
pai
achega
fc239bf541
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app-hd/controllers/ConsoleController.php

+ 1 - 1
app-hd/controllers/ConsoleController.php

@@ -45,7 +45,7 @@ class ConsoleController extends BaseController
         $totalOrder = $main->finishOrder ?? 0;
         $overview = [
             ['name' => "花束品类", "url" => '/admin/stat/stock', 'value' => 10, 'type' => 1],
-            ['name' => "绿植品类", "url" => '/admin/stat/stock', 'value' => 6, 'type' => 1],
+            ['name' => "绿植品类", "url" => '/admin/stat/stock', 'value' => 8, 'type' => 1],
             ['name' => "花材", "url" => '/admin/stat/stock', 'value' => $totalItemNum, 'type' => 1],
             ['name' => "总欠款", "url" => '/admin/home/member', 'value' => $totalDebt, 'type' => 4],
             ['name' => "会员", "url" => '/admin/home/member', 'value' => $totalCustom, 'type' => 4],