Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YeeAMOSIotView
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
iot
YeeAMOSIotView
Commits
1ac1eb8d
Commit
1ac1eb8d
authored
Dec 31, 2020
by
高东东
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改amos-core为amos-viz
parent
6262565d
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
9 additions
and
8 deletions
+9
-8
.gitignore
.gitignore
+1
-0
index.scss
src/styles/view/region/index.scss
+1
-1
HistoryChartView.js
src/view/historicalData/historyPanel/HistoryChartView.js
+1
-1
Alarm.js
src/view/zonglan/home/statistics/Alarm.js
+1
-1
EquipInterface.js
src/view/zonglan/home/statistics/EquipInterface.js
+1
-1
EquipProtocol.js
src/view/zonglan/home/statistics/EquipProtocol.js
+1
-1
PrototypeEquip.js
src/view/zonglan/home/statistics/PrototypeEquip.js
+1
-1
Task.js
src/view/zonglan/home/statistics/Task.js
+1
-1
TubeEquipNum.js
src/view/zonglan/home/statistics/TubeEquipNum.js
+1
-1
No files found.
.gitignore
View file @
1ac1eb8d
*.iml
*.iml
node_modules
node_modules
lib
src/styles/view/region/index.scss
View file @
1ac1eb8d
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
width
:
100%
;
width
:
100%
;
height
:
100%
;
height
:
100%
;
text-align
:
center
;
text-align
:
center
;
background
:
url('../../../assets/region/region-bg.png')
no-repeat
#222
;
//
background: url('../../../assets/region/region-bg.png') no-repeat #222;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
justify-content
:
center
;
justify-content
:
center
;
align-items
:
center
;
align-items
:
center
;
...
...
src/view/historicalData/historyPanel/HistoryChartView.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
{
LineCharts
}
from
'amos-
core
'
;
import
{
LineCharts
}
from
'amos-
viz
'
;
import
{
isNum
}
from
'ray-validate'
;
import
{
isNum
}
from
'ray-validate'
;
import
{
dateToNoYS
}
from
'./../common/date/DateUtil'
;
import
{
dateToNoYS
}
from
'./../common/date/DateUtil'
;
...
...
src/view/zonglan/home/statistics/Alarm.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
...
...
src/view/zonglan/home/statistics/EquipInterface.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
PubSub
}
from
'ray-eventpool'
;
import
{
PubSub
}
from
'ray-eventpool'
;
import
{
import
{
...
...
src/view/zonglan/home/statistics/EquipProtocol.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
PubSub
}
from
'ray-eventpool'
;
import
{
PubSub
}
from
'ray-eventpool'
;
import
{
import
{
...
...
src/view/zonglan/home/statistics/PrototypeEquip.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
...
...
src/view/zonglan/home/statistics/Task.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
{
browserHistory
}
from
'amos-react-router'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
...
...
src/view/zonglan/home/statistics/TubeEquipNum.js
View file @
1ac1eb8d
import
React
,
{
Component
}
from
'react'
;
import
React
,
{
Component
}
from
'react'
;
import
PropTypes
from
'prop-types'
;
import
PropTypes
from
'prop-types'
;
import
{
PieCharts
}
from
'amos-
cor
e'
;
import
{
PieCharts
}
from
'amos-
viz/lib/echarts/options/pi
e'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
{
AmosFetch
}
from
'../../../../utils/processor'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
import
OltSerUrl
from
'../../../../consts/urlConsts'
;
import
{
import
{
...
...
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