mirror of
https://github.com/PlayEdu/backend
synced 2025-06-08 06:50:04 +08:00
学员列表优化
This commit is contained in:
parent
746a48d4d6
commit
0c5a7f2f60
@ -278,6 +278,7 @@ const MemberPage = () => {
|
||||
onClick={() => setCreateVisible(true)}
|
||||
disabled={null}
|
||||
/>
|
||||
{dep_ids.length === 0 && (
|
||||
<Link style={{ textDecoration: "none" }} to={`/member/import`}>
|
||||
<PerButton
|
||||
type="default"
|
||||
@ -289,6 +290,7 @@ const MemberPage = () => {
|
||||
disabled={null}
|
||||
/>
|
||||
</Link>
|
||||
)}
|
||||
{dep_ids.length > 0 && (
|
||||
<Link
|
||||
style={{ textDecoration: "none" }}
|
||||
@ -296,7 +298,7 @@ const MemberPage = () => {
|
||||
>
|
||||
<PerButton
|
||||
type="primary"
|
||||
text="查看部门学员进度"
|
||||
text="部门学员进度"
|
||||
class="mr-16"
|
||||
icon={null}
|
||||
p="department-user-learn"
|
||||
|
Loading…
x
Reference in New Issue
Block a user