yangjie #36
|
|
@ -167,14 +167,14 @@ const User: React.FC = () => {
|
||||||
}}
|
}}
|
||||||
icon={<img src={ImageUrl.icon8} alt="" />}
|
icon={<img src={ImageUrl.icon8} alt="" />}
|
||||||
className='m-ant-btn'>
|
className='m-ant-btn'>
|
||||||
添加用户
|
添加
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary"
|
<Button type="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setChangeImportModal(true)
|
setChangeImportModal(true)
|
||||||
}}
|
}}
|
||||||
className='m-ant-btn'>
|
className='m-ant-btn'>
|
||||||
批量导入用户
|
批量添加
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary"
|
<Button type="primary"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
|
@ -199,7 +199,14 @@ const User: React.FC = () => {
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
className='m-ant-btn'>
|
className='m-ant-btn'>
|
||||||
批量修改用户信息
|
批量修改
|
||||||
|
</Button>
|
||||||
|
<Button type="primary"
|
||||||
|
onClick={() => {
|
||||||
|
setSignInModal(true)
|
||||||
|
}}
|
||||||
|
className='m-ant-btn'>
|
||||||
|
批量签到绑定
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary"
|
<Button type="primary"
|
||||||
icon={<img src={ImageUrl.icon21} alt="" />}
|
icon={<img src={ImageUrl.icon21} alt="" />}
|
||||||
|
|
@ -214,13 +221,7 @@ const User: React.FC = () => {
|
||||||
>
|
>
|
||||||
删除用户
|
删除用户
|
||||||
</Button>
|
</Button>
|
||||||
<Button type="primary"
|
|
||||||
onClick={() => {
|
|
||||||
setSignInModal(true)
|
|
||||||
}}
|
|
||||||
className='m-ant-btn'>
|
|
||||||
签到绑定
|
|
||||||
</Button>
|
|
||||||
</div>
|
</div>
|
||||||
<div className={`${styles.userBtnsRight} drag`}>
|
<div className={`${styles.userBtnsRight} drag`}>
|
||||||
<Input
|
<Input
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue