完善仪表盘统计
This commit is contained in:
parent
399d61e2f2
commit
0b6a7d0efb
@ -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
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user