Commit 425183f2 authored by 皮倩雯's avatar 皮倩雯

fix: '去掉登录模板参数管理配置'

parent e196a4d8
Pipeline #55820 waiting for manual action with stages
......@@ -2982,12 +2982,12 @@ const AddModal = props => {
</div>
</Item>
);
case '位置坐标':
return (
<Item label="字段名称" name="Config" labelCol={{ span: 4 }}>
<Input allowClear placeholder="请输入坐标位置" />
</Item>
);
// case '位置坐标':
// return (
// <Item label="字段名称" name="Config" labelCol={{ span: 4 }}>
// <Input allowClear placeholder="请输入坐标位置" />
// </Item>
// );
case '地址':
case '本人部门':
case '本人姓名':
......
......@@ -274,24 +274,24 @@ export default props => {
>
<Input autoComplete="off" disabled={isEdit} />
</Form.Item>
<Row>
<Col span={20}>
<Form.Item label="登录模板" name="loginTemplate" labelCol={{ span: 6 }}>
<Select placeholder="请选择登录模板">
{loginPages.map(item => (
<Option value={item.value} key={item.value}>
{item.value}
</Option>
))}
</Select>
</Form.Item>
</Col>
<Col span={4}>
{/* <Row>
<Col span={20}> */}
<Form.Item label="登录模板" name="loginTemplate">
<Select placeholder="请选择登录模板">
{loginPages.map(item => (
<Option value={item.value} key={item.value}>
{item.value}
</Option>
))}
</Select>
</Form.Item>
{/* </Col> */}
{/* <Col span={4}>
<Form.Item>
<Button onClick={addParama}>参数管理</Button>
</Form.Item>
</Col>
</Row>
</Row> */}
<Divider orientation="left" style={{ borderTopColor: '#99bbe8' }}>
主页配置
</Divider>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment