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
cfa10ca3
Commit
cfa10ca3
authored
May 21, 2021
by
shaoan123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表字段弹框标题的更改
parent
b4508f11
Pipeline
#28060
skipped with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
21 deletions
+19
-21
addTable.jsx
...nter/bsmanager/tablemanager/components/Field/addTable.jsx
+1
-1
affiliateAdd.jsx
.../bsmanager/tablemanager/components/Field/affiliateAdd.jsx
+1
-4
editor.jsx
...Center/bsmanager/tablemanager/components/Field/editor.jsx
+2
-2
config.js
src/routes/config.js
+15
-14
No files found.
src/pages/platformCenter/bsmanager/tablemanager/components/Field/addTable.jsx
View file @
cfa10ca3
...
...
@@ -146,7 +146,7 @@ const editor = props => {
return
(
<>
<
Modal
title=
{
`${type === 'add' ? '元数据发布' : '编辑'}`
}
title=
'建表'
bodyStyle=
{
{
width
:
'100%'
,
minHeight
:
'100px'
}
}
style=
{
{
top
:
'150px'
}
}
width=
"700px"
...
...
src/pages/platformCenter/bsmanager/tablemanager/components/Field/affiliateAdd.jsx
View file @
cfa10ca3
...
...
@@ -41,9 +41,6 @@ const AddModal = props => {
setLoading
(
true
);
let
obj
=
form
.
getFieldsValue
();
let
params
=
{
tableName
:
obj
.
tableName
,
alias
:
obj
.
tableAlias
||
''
,
fieldNames
:
checkedList
}
console
.
log
(
checkedList
,
'checkedList'
);
addTables
({
tableName
:
obj
.
tableName
,
alias
:
obj
.
tableAlias
||
''
,
fieldNames
:
checkedList
.
join
(
','
)}).
then
(
res
=>
{
setLoading
(
false
);
if
(
res
.
msg
===
"Ok"
)
{
...
...
@@ -121,7 +118,7 @@ const AddModal = props => {
return
(
<
Modal
title=
{
`${type === 'add' ? '元数据发布' : '编辑'}`
}
title=
'附加'
bodyStyle=
{
{
width
:
'100%'
,
minHeight
:
'100px'
}
}
style=
{
{
top
:
'150px'
}
}
width=
"700px"
...
...
src/pages/platformCenter/bsmanager/tablemanager/components/Field/editor.jsx
View file @
cfa10ca3
...
...
@@ -47,7 +47,7 @@ const AddModal = props => {
return
(
<
Modal
title=
{
`${type === 'add' ? '元数据发布' : '编辑'}`
}
title=
'修改'
bodyStyle=
{
{
width
:
'100%'
,
minHeight
:
'100px'
}
}
style=
{
{
top
:
'150px'
}
}
width=
"700px"
...
...
@@ -85,7 +85,7 @@ const AddModal = props => {
<
Radio
.
Group
>
<
Radio
value=
'大'
>
大(3)
</
Radio
>
<
Radio
value=
'中'
>
中(4)
</
Radio
>
<
Radio
value=
'小'
>
小(
4
)
</
Radio
>
<
Radio
value=
'小'
>
小(
5
)
</
Radio
>
<
Radio
value=
'较小'
>
较小(6)
</
Radio
>
</
Radio
.
Group
>
</
Item
>
...
...
src/routes/config.js
View file @
cfa10ca3
...
...
@@ -204,23 +204,10 @@ export default {
// name: '业务平台',
// component: JumpContainer,
// },
{
path
:
'/platformCenter/notify'
,
name
:
'消息平台'
,
component
:
MessageManager
,
},
{
path
:
'/platformCenter/emq'
,
name
:
'宿主管理'
,
url
:
'/web4/?widget=product/oms/MqttConfig/MqttConfig.js|hideMap=true'
,
component
:
HostManager
,
},
{
path
:
'/platformCenter/artificial'
,
component
:
BlankLayout
,
name
:
'
人工智能
'
,
name
:
'
智能平台
'
,
icon
:
<
CopyOutlined
style
=
{
iconStyle
}
/>
,
routes
:
[
...
...
@@ -236,6 +223,20 @@ export default {
}
],
},
{
path
:
'/platformCenter/notify'
,
name
:
'消息平台'
,
component
:
MessageManager
,
},
{
path
:
'/platformCenter/emq'
,
name
:
'宿主管理'
,
url
:
'/web4/?widget=product/oms/MqttConfig/MqttConfig.js|hideMap=true'
,
component
:
HostManager
,
},
{
path
:
'/platformCenter/bsmanger'
,
component
:
BlankLayout
,
...
...
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