|
|
@@ -57,9 +57,9 @@ class ConsoleController extends BaseController
|
|
|
$overview = [
|
|
|
['name' => "花材数", "url" => '/admin/stat/stock', 'value' => $totalItemNum, 'type' => 1],
|
|
|
['name' => "花材值", "url" => '/admin/stat/stock', 'value' => $totalCost, 'type' => 1],
|
|
|
- ['name' => "花束", "url" => '/admin/custom/showTotalBalance', 'value' => $goodsCount, 'type' => 1],
|
|
|
- ['name' => "总客户", "url" => '/admin/stat/stock', 'value' => $customCount, 'type' => 1],
|
|
|
- ['name' => "总订单", "url" => '/admin/home/member', 'value' => $orderCount, 'type' => 4],
|
|
|
+ ['name' => "花束", "url" => '/admin/goods/list', 'value' => $goodsCount, 'type' => 1],
|
|
|
+ ['name' => "总客户", "url" => '/admin/home/member', 'value' => $customCount, 'type' => 1],
|
|
|
+ ['name' => "总订单", "url" => '/admin/home/order', 'value' => $orderCount, 'type' => 4],
|
|
|
['name' => "总赊账", "url" => '/admin/home/order', 'value' => $debtCount, 'type' => 4],
|
|
|
];
|
|
|
|