Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
425183f2
Commit
425183f2
authored
Jul 20, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '去掉登录模板参数管理配置'
parent
e196a4d8
Pipeline
#55820
waiting for manual action with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
20 deletions
+20
-20
fieldEditor.jsx
...s/bsmanager/base/tablemanager/filedConfig/fieldEditor.jsx
+6
-6
siteConfigDrawer.js
...es/productCenter/webConfig/components/siteConfigDrawer.js
+14
-14
No files found.
src/pages/bsmanager/base/tablemanager/filedConfig/fieldEditor.jsx
View file @
425183f2
...
...
@@ -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
'本人姓名'
:
...
...
src/pages/productCenter/webConfig/components/siteConfigDrawer.js
View file @
425183f2
...
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment