部门学员进度

This commit is contained in:
禺狨
2023-04-19 12:08:11 +08:00
parent f5ad3a4eb2
commit 2a2a091144
6 changed files with 290 additions and 2 deletions

View File

@@ -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">