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

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

parent e196a4d8
Pipeline #55820 waiting for manual action with stages
...@@ -2982,12 +2982,12 @@ const AddModal = props => { ...@@ -2982,12 +2982,12 @@ const AddModal = props => {
</div> </div>
</Item> </Item>
); );
case '位置坐标': // case '位置坐标':
return ( // return (
<Item label="字段名称" name="Config" labelCol={{ span: 4 }}> // <Item label="字段名称" name="Config" labelCol={{ span: 4 }}>
<Input allowClear placeholder="请输入坐标位置" /> // <Input allowClear placeholder="请输入坐标位置" />
</Item> // </Item>
); // );
case '地址': case '地址':
case '本人部门': case '本人部门':
case '本人姓名': case '本人姓名':
......
...@@ -274,24 +274,24 @@ export default props => { ...@@ -274,24 +274,24 @@ export default props => {
> >
<Input autoComplete="off" disabled={isEdit} /> <Input autoComplete="off" disabled={isEdit} />
</Form.Item> </Form.Item>
<Row> {/* <Row>
<Col span={20}> <Col span={20}> */}
<Form.Item label="登录模板" name="loginTemplate" labelCol={{ span: 6 }}> <Form.Item label="登录模板" name="loginTemplate">
<Select placeholder="请选择登录模板"> <Select placeholder="请选择登录模板">
{loginPages.map(item => ( {loginPages.map(item => (
<Option value={item.value} key={item.value}> <Option value={item.value} key={item.value}>
{item.value} {item.value}
</Option> </Option>
))} ))}
</Select> </Select>
</Form.Item> </Form.Item>
</Col> {/* </Col> */}
<Col span={4}> {/* <Col span={4}>
<Form.Item> <Form.Item>
<Button onClick={addParama}>参数管理</Button> <Button onClick={addParama}>参数管理</Button>
</Form.Item> </Form.Item>
</Col> </Col>
</Row> </Row> */}
<Divider orientation="left" style={{ borderTopColor: '#99bbe8' }}> <Divider orientation="left" style={{ borderTopColor: '#99bbe8' }}>
主页配置 主页配置
</Divider> </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