|
|
@@ -38,8 +38,8 @@ class ConsoleController extends BaseController
|
|
|
$totalVisit = $main->totalVisit ?? 0;
|
|
|
$totalOrder = $main->finishOrder ?? 0;
|
|
|
$overview = [
|
|
|
- ['name' => "库存数", "url" => '/admin/stat/stock', 'value' => $totalItemNum, 'type' => 1],
|
|
|
- ['name' => "库存值", "url" => '/admin/stat/stock', 'value' => $totalCost, 'type' => 1],
|
|
|
+ ['name' => "花材数", "url" => '/admin/stat/stock', 'value' => $totalItemNum, 'type' => 1],
|
|
|
+ ['name' => "花材值", "url" => '/admin/stat/stock', 'value' => $totalCost, 'type' => 1],
|
|
|
['name' => "花束", "url" => '/admin/custom/showTotalBalance', 'value' => 0, 'type' => 1],
|
|
|
['name' => "总客户", "url" => '/admin/stat/stock', 'value' => 10, 'type' => 1],
|
|
|
['name' => "总订单", "url" => '/admin/home/member', 'value' => $totalCustom, 'type' => 4],
|