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
7245db0b
Commit
7245db0b
authored
Dec 03, 2020
by
张烨
Browse files
Options
Browse Files
Download
Plain Diff
merge: fix
parents
09facdbf
53b6354a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
30 additions
and
12 deletions
+30
-12
index.js
src/pages/log/omsLog/index.js
+0
-0
index.less
src/pages/log/omsLog/index.less
+2
-2
index.js
src/pages/log/serviceLog/index.js
+0
-0
WebDic.js
src/pages/platformCenter/dictionary/WebDic.js
+3
-1
index.js
src/pages/platformCenter/dictionary/index.js
+1
-1
config.js
src/routes/config.js
+24
-8
No files found.
src/pages/log/omsLog/index.js
View file @
7245db0b
This diff is collapsed.
Click to expand it.
src/pages/log/omsLog/index.less
View file @
7245db0b
...
...
@@ -6,7 +6,7 @@
min-width: 1030px;
}
.chart{
padding: 1
6
px;
padding: 1
0
px;
background: white;
}
.table{
...
...
@@ -17,7 +17,7 @@
color:rgba(0,0,0,0.85);
}
.ant-table-content{
height:calc(100vh - 5
0
0px);
height:calc(100vh - 5
2
0px);
border-right: white;
overflow: auto !important;
}
...
...
src/pages/log/serviceLog/index.js
View file @
7245db0b
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/dictionary/WebDic.js
View file @
7245db0b
...
...
@@ -240,7 +240,9 @@ const WebDic = () => {
.
then
(
res
=>
{
if
(
res
.
success
)
{
getData
(
select
.
parentID
);
setSubData
([]);
if
(
select
.
parentID
===
'-1'
)
{
setSubData
([]);
}
notification
.
success
({
message
:
'删除成功'
,
});
...
...
src/pages/platformCenter/dictionary/index.js
View file @
7245db0b
...
...
@@ -14,7 +14,7 @@ const dictionary = () => {
<
TabPane
tab
=
"通用数据字典"
key
=
"1"
>
<
WebDic
/>
<
/TabPane
>
<
TabPane
tab
=
"
a
pp数据字典"
key
=
"2"
type
=
"card"
>
<
TabPane
tab
=
"
A
pp数据字典"
key
=
"2"
type
=
"card"
>
<
AppDic
/>
<
/TabPane
>
<
/Tabs
>
...
...
src/routes/config.js
View file @
7245db0b
...
...
@@ -76,12 +76,6 @@ export default {
component
:
BlankLayout
,
authority
:
adminAuthority
,
routes
:
[
// {
// path: '/dbm/solution',
// name: '数据库解决方案',
// authority: superAuthority,
// component: CurrentSolution,
// },
{
path
:
'/dbm/dbInit'
,
name
:
'数据库连接'
,
...
...
@@ -156,6 +150,28 @@ export default {
},
],
},
{
path
:
'/platformCenter/iot'
,
name
:
'物联网平台'
,
component
:
BaseFrameContainer
,
tabs
:
[
{
tabName
:
'模型类型'
,
url
:
'/web4/?widget=configuration/ConfigurationsOperationV1/ModelTypeManage/ModelTypeManage|hideMap=true'
,
},
{
tabName
:
'模型文件'
,
url
:
'/web4/?widget=configuration/ConfigurationsOperationV1/ModelFileManage/ModelFileManage|hideMap=true'
,
},
{
tabName
:
'画板管理'
,
url
:
'/web4/?widget=configuration/ConfigurationsOperationV1/DrawBoardManage/DrawBoardManage|hideMap=true'
,
},
],
},
// {
// path: '/platformCenter/order',
// name: '工单平台',
...
...
@@ -194,7 +210,7 @@ export default {
},
{
path
:
'/platformCenter/dictionary'
,
name
:
'数据
字典
'
,
name
:
'数据
中心
'
,
component
:
Dictionary
,
},
],
...
...
@@ -208,7 +224,7 @@ export default {
routes
:
[
{
path
:
'/productCenter/web'
,
name
:
'
w
eb配置'
,
name
:
'
W
eb配置'
,
component
:
WebConfigPage
,
},
{
...
...
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