mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 11:19:45 +08:00
部门新建
This commit is contained in:
@@ -64,7 +64,7 @@ export const AdministratorCreatePage: React.FC = () => {
|
||||
<Row className="playedu-main-body">
|
||||
<Col>
|
||||
<div className="float-left mb-24">
|
||||
<BackBartment title="添加管理员" />
|
||||
<BackBartment title="新建管理员" />
|
||||
</div>
|
||||
<div className="float-left">
|
||||
<Form
|
||||
|
||||
@@ -49,7 +49,7 @@ export const AdminrolesCreatePage: React.FC = () => {
|
||||
<Row className="playedu-main-body">
|
||||
<Col>
|
||||
<div className="float-left mb-24">
|
||||
<BackBartment title="添加管理员角色" />
|
||||
<BackBartment title="新建管理员角色" />
|
||||
</div>
|
||||
<div className="float-left">
|
||||
<Form
|
||||
@@ -64,7 +64,7 @@ export const AdminrolesCreatePage: React.FC = () => {
|
||||
autoComplete="off"
|
||||
>
|
||||
<Form.Item
|
||||
label="姓名"
|
||||
label="角色名"
|
||||
name="name"
|
||||
rules={[{ required: true, message: "请输入角色名!" }]}
|
||||
>
|
||||
|
||||
@@ -79,7 +79,7 @@ export const AdminrolesUpdatePage: React.FC = () => {
|
||||
autoComplete="off"
|
||||
>
|
||||
<Form.Item
|
||||
label="姓名"
|
||||
label="角色名"
|
||||
name="name"
|
||||
rules={[{ required: true, message: "请输入角色名!" }]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user