完善仪表盘统计
This commit is contained in:
@@ -76,8 +76,8 @@ class DashboradController extends BaseController
|
|||||||
'msg' => '统计成功',
|
'msg' => '统计成功',
|
||||||
'data' => [
|
'data' => [
|
||||||
'total' => $total,
|
'total' => $total,
|
||||||
'male' => $fatherCount,
|
'father' => $fatherCount,
|
||||||
'female' => $motherCount,
|
'mother' => $motherCount,
|
||||||
'unknown' => $unknownCount
|
'unknown' => $unknownCount
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user