mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 07:09:27 +08:00
后台学员列表部门显示数量
This commit is contained in:
@@ -89,6 +89,7 @@ const CoursePage = () => {
|
||||
children: (
|
||||
<div className="float-left">
|
||||
<TreeDepartment
|
||||
showNum={false}
|
||||
type="no-course"
|
||||
text={"部门"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
|
||||
@@ -200,6 +200,7 @@ const MemberPage = () => {
|
||||
<div className="tree-main-body">
|
||||
<div className="left-box">
|
||||
<TreeDepartment
|
||||
showNum={true}
|
||||
type=""
|
||||
text={"部门"}
|
||||
onUpdate={(keys: any, title: any) => {
|
||||
|
||||
Reference in New Issue
Block a user