mirror of
https://github.com/PlayEdu/backend
synced 2025-06-13 03:47:51 +08:00
技术部学习进度筛选优化
This commit is contained in:
parent
d85ba55b9c
commit
a656f21cbc
@ -228,7 +228,7 @@ const MemberDepartmentProgressPage = () => {
|
|||||||
placeholder="请输入姓名关键字"
|
placeholder="请输入姓名关键字"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex mr-24">
|
{/* <div className="d-flex mr-24">
|
||||||
<Typography.Text>邮箱:</Typography.Text>
|
<Typography.Text>邮箱:</Typography.Text>
|
||||||
<Input
|
<Input
|
||||||
value={email}
|
value={email}
|
||||||
@ -250,7 +250,7 @@ const MemberDepartmentProgressPage = () => {
|
|||||||
onChange={(value: string) => setShowMode(value)}
|
onChange={(value: string) => setShowMode(value)}
|
||||||
options={modes}
|
options={modes}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div> */}
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Button className="mr-16" onClick={resetData}>
|
<Button className="mr-16" onClick={resetData}>
|
||||||
重 置
|
重 置
|
||||||
|
Loading…
x
Reference in New Issue
Block a user