mirror of
https://github.com/PlayEdu/backend
synced 2025-06-15 12:46:59 +08:00
学员列表初步
This commit is contained in:
parent
d5cb6542f3
commit
b2cd67bfb0
@ -63,9 +63,7 @@ const data: DataType[] = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export const VodListPage: React.FC = () => {
|
export const VodListPage: React.FC = () => {
|
||||||
useEffect(() => {
|
useEffect(() => {}, []);
|
||||||
|
|
||||||
}, []);
|
|
||||||
const handleChange = (e: any) => {
|
const handleChange = (e: any) => {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
};
|
};
|
||||||
@ -91,27 +89,18 @@ export const VodListPage: React.FC = () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex mr-24">
|
<div className="d-flex mr-24">
|
||||||
<Button className="mr-16" danger>
|
<Button className="mr-16">重 置</Button>
|
||||||
重 置
|
<Button type="primary">查 询</Button>
|
||||||
</Button>
|
|
||||||
<Button type="primary" danger>
|
|
||||||
查 询
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="playedu-main-body">
|
<div className="playedu-main-body">
|
||||||
<div className="float-left j-b-flex mb-24">
|
<div className="float-left j-b-flex mb-24">
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Button
|
<Button icon={<PlusOutlined />} className="mr-16" type="primary">
|
||||||
icon={<PlusOutlined />}
|
|
||||||
className="mr-16"
|
|
||||||
type="primary"
|
|
||||||
danger
|
|
||||||
>
|
|
||||||
新建
|
新建
|
||||||
</Button>
|
</Button>
|
||||||
<Button danger>删除</Button>
|
<Button>删除</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Button
|
<Button
|
||||||
|
@ -132,7 +132,6 @@ export const Login: React.FC = () => {
|
|||||||
<Button
|
<Button
|
||||||
style={{ width: 400, height: 54 }}
|
style={{ width: 400, height: 54 }}
|
||||||
type="primary"
|
type="primary"
|
||||||
danger
|
|
||||||
onClick={loginSubmit}
|
onClick={loginSubmit}
|
||||||
>
|
>
|
||||||
立即登录
|
立即登录
|
||||||
|
@ -138,27 +138,20 @@ export const MemberPage: React.FC = () => {
|
|||||||
<Input style={{ width: 160 }} placeholder="昵称或手机号" />
|
<Input style={{ width: 160 }} placeholder="昵称或手机号" />
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex mr-24">
|
<div className="d-flex mr-24">
|
||||||
<Button className="mr-16" danger onClick={resetData}>
|
<Button className="mr-16" onClick={resetData}>
|
||||||
重 置
|
重 置
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary" danger>
|
<Button type="primary">查 询</Button>
|
||||||
查 询
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="playedu-main-body">
|
<div className="playedu-main-body">
|
||||||
<div className="float-left j-b-flex mb-24">
|
<div className="float-left j-b-flex mb-24">
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Button
|
<Button icon={<PlusOutlined />} className="mr-16" type="primary">
|
||||||
icon={<PlusOutlined />}
|
|
||||||
className="mr-16"
|
|
||||||
type="primary"
|
|
||||||
danger
|
|
||||||
>
|
|
||||||
新建
|
新建
|
||||||
</Button>
|
</Button>
|
||||||
<Button danger>删除</Button>
|
<Button>删除</Button>
|
||||||
</div>
|
</div>
|
||||||
<div className="d-flex">
|
<div className="d-flex">
|
||||||
<Button
|
<Button
|
||||||
|
Loading…
x
Reference in New Issue
Block a user