Browse Source

caidan xiugai

master
zhaoy 9 months ago
parent
commit
7fd03cb1c6
1 changed files with 7 additions and 7 deletions
  1. +7
    -7
      src/pages/sys/menus/components/CreateForm.jsx

+ 7
- 7
src/pages/sys/menus/components/CreateForm.jsx View File

@@ -84,12 +84,12 @@ const CreateForm = (props) => {
</Row>
</Col>
</Row>
{/* <Row>
<Row>
<Col span={12}>
<Form.Item
defaultValue={props.values.type}
name="type"
label="菜单层级"
defaultValue={props.values.isAdmin}
name="isAdmin"
label="超管菜单"
rules={[{ required: true }]}
>
<ProFormRadio.Group
@@ -99,11 +99,11 @@ const CreateForm = (props) => {
}}
options={[
{
label: '按钮',
label: '',
value: 0,
},
{
label: '菜单',
label: '',
value: 1,
},
]}
@@ -121,7 +121,7 @@ const CreateForm = (props) => {
</Form.Item>
)}
</Col>
</Row> */}
</Row>
<Form.Item>
<Button htmlType="button" style={{float:'right',left:10}} onClick={props.onCancel} >
取消


Loading…
Cancel
Save