mirror of
https://github.com/PlayEdu/backend
synced 2025-12-31 06:59:33 +08:00
部门学员进度
This commit is contained in:
@@ -250,6 +250,22 @@ const MemberPage = () => {
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
{dep_ids.length > 0 && (
|
||||
<Link
|
||||
style={{ textDecoration: "none" }}
|
||||
to={`/member/departmentUser?id=${dep_ids.join(",")}`}
|
||||
>
|
||||
<PerButton
|
||||
type="primary"
|
||||
text="查看部门学员进度"
|
||||
class="mr-16"
|
||||
icon={null}
|
||||
p="department-user-learn"
|
||||
onClick={() => null}
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
<div className="d-flex">
|
||||
<div className="d-flex mr-24">
|
||||
|
||||
Reference in New Issue
Block a user