Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
supervise-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
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
牛晓林
supervise-front
Commits
5f877ff6
Commit
5f877ff6
authored
Aug 20, 2019
by
杨子
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
1049820a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
26 deletions
+24
-26
app.module.ts
src/app/app.module.ts
+2
-0
main.component.less
src/app/main/main.component.less
+2
-1
qs-mark.component.ts
src/app/qs-mark/qs-mark.component.ts
+20
-25
No files found.
src/app/app.module.ts
View file @
5f877ff6
...
@@ -15,6 +15,7 @@ import { NgZorroAntdModule, NZ_I18N, zh_CN, NzIconModule } from "ng-zorro-antd";
...
@@ -15,6 +15,7 @@ import { NgZorroAntdModule, NZ_I18N, zh_CN, NzIconModule } from "ng-zorro-antd";
import
{
BrowserAnimationsModule
}
from
"@angular/platform-browser/animations"
;
import
{
BrowserAnimationsModule
}
from
"@angular/platform-browser/animations"
;
import
{
LoginComponent
}
from
"./login/login.component"
;
import
{
LoginComponent
}
from
"./login/login.component"
;
import
{
QsMarkComponent
}
from
"./qs-mark/qs-mark.component"
;
import
{
QsMarkComponent
}
from
"./qs-mark/qs-mark.component"
;
import
{
NgxEchartsModule
}
from
"ngx-echarts"
;
@
NgModule
({
@
NgModule
({
declarations
:
[
declarations
:
[
AppComponent
,
AppComponent
,
...
@@ -34,6 +35,7 @@ import { QsMarkComponent } from "./qs-mark/qs-mark.component";
...
@@ -34,6 +35,7 @@ import { QsMarkComponent } from "./qs-mark/qs-mark.component";
ReactiveFormsModule
,
ReactiveFormsModule
,
ApiModule
,
ApiModule
,
NzIconModule
,
NzIconModule
,
NgxEchartsModule
,
/** 导入 ng-zorro-antd 模块 **/
/** 导入 ng-zorro-antd 模块 **/
NgZorroAntdModule
,
NgZorroAntdModule
,
BaiduMapModule
.
forRoot
({
ak
:
"KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6"
})
BaiduMapModule
.
forRoot
({
ak
:
"KhQqnL3owyAzqjr4zCGbWiiHwPFmKTD6"
})
...
...
src/app/main/main.component.less
View file @
5f877ff6
...
@@ -343,12 +343,13 @@ fieldset {
...
@@ -343,12 +343,13 @@ fieldset {
position: absolute;
position: absolute;
width: 340px;
width: 340px;
height: 64px;
height: 64px;
background: #
fff
;
background: #
015293
;
bottom: 0;
bottom: 0;
left: 50%;
left: 50%;
margin-left: -150px;
margin-left: -150px;
display: flex;
display: flex;
align-items: center;
align-items: center;
color: powderblue;
.legend {
.legend {
width: 42px;
width: 42px;
...
...
src/app/qs-mark/qs-mark.component.ts
View file @
5f877ff6
...
@@ -58,7 +58,7 @@ export class QsMarkComponent implements OnInit {
...
@@ -58,7 +58,7 @@ export class QsMarkComponent implements OnInit {
data
:
[
data
:
[
{
{
value
:
335
,
value
:
335
,
name
:
"安全
监管
\
n
\
n
\
n
\
n
\
n"
,
name
:
"安全
管理
\
n
\
n
\
n
\
n
\
n"
,
link
:
"http://tydeh.zhinengjianshe.com?username=dehzhb&password=a"
,
link
:
"http://tydeh.zhinengjianshe.com?username=dehzhb&password=a"
,
label
:
{
label
:
{
fontWeight
:
"bold"
,
fontWeight
:
"bold"
,
...
@@ -92,31 +92,28 @@ export class QsMarkComponent implements OnInit {
...
@@ -92,31 +92,28 @@ export class QsMarkComponent implements OnInit {
data
:
[
data
:
[
{
{
value
:
500
,
value
:
500
,
name
:
"人员信息"
name
:
"风险管控"
,
link
:
"http://tydeh.zhinengjianshe.com/sgms/danger/list"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"风险信息"
name
:
"保障体系"
,
link
:
"http://tydeh.zhinengjianshe.com/sgms/document/fromMenu"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"机械设备信息"
name
:
"隐患治理"
,
link
:
"http://tydeh.zhinengjianshe.com/sgms/patrol/list"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"安全投入信息"
name
:
"应急救援"
,
link
:
"http://tydeh.zhinengjianshe.com/sgms/emergency/supplies"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"隐患信息"
name
:
"责任体系"
,
},
link
:
"http://tydeh.zhinengjianshe.com/sgms/person/inventory"
{
value
:
500
,
name
:
"应急预案信息"
},
{
value
:
500
,
name
:
"应急资源信息"
}
}
]
]
}
}
...
@@ -169,7 +166,7 @@ export class QsMarkComponent implements OnInit {
...
@@ -169,7 +166,7 @@ export class QsMarkComponent implements OnInit {
data
:
[
data
:
[
{
{
value
:
335
,
value
:
335
,
name
:
"质量
监管
\
n
\
n
\
n
\
n
\
n"
,
name
:
"质量
管理
\
n
\
n
\
n
\
n
\
n"
,
label
:
{
label
:
{
fontWeight
:
"bold"
,
fontWeight
:
"bold"
,
fontSize
:
20
,
fontSize
:
20
,
...
@@ -203,26 +200,24 @@ export class QsMarkComponent implements OnInit {
...
@@ -203,26 +200,24 @@ export class QsMarkComponent implements OnInit {
data
:
[
data
:
[
{
{
value
:
500
,
value
:
500
,
name
:
"责任体系"
name
:
"试验检测"
,
link
:
"http://deh.ypt.klims.cn/MsSys/Login"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"试验检测"
name
:
"工序验收"
,
},
{
value
:
500
,
name
:
"工序检验"
,
link
:
"http://47.92.203.246/pcByFullScreen/#/pcByFullScreen/"
link
:
"http://47.92.203.246/pcByFullScreen/#/pcByFullScreen/"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"质量督导检查"
name
:
"质量巡查"
,
link
:
"http://47.92.203.246/pcByFullScreen/#/pcByFullScreen/"
},
},
{
{
value
:
500
,
value
:
500
,
name
:
"
工程评价"
name
:
"
品质工程创建"
,
},
link
:
"http://218.26.21.218:5050/pm/"
{
}
}
]
]
}
}
]
]
...
...
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