Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
smart
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
wangqinghua
smart
Commits
faf9b5bd
Commit
faf9b5bd
authored
Jan 19, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug update
parent
a8943c91
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
8 deletions
+14
-8
analysis-deal.component.ts
...s/operation-work/analysis-deal/analysis-deal.component.ts
+1
-0
analysis-event.component.ts
...operation-work/analysis-event/analysis-event.component.ts
+1
-0
analysis-status.component.ts
...eration-work/analysis-status/analysis-status.component.ts
+1
-0
resource-warning.component.ts
...ly-warning/resource-warning/resource-warning.component.ts
+1
-1
network-check.component.html
...pp/app/overAll/network-check/network-check.component.html
+2
-2
look-project.component.html
...ct-manager/modal/look-project/look-project.component.html
+6
-5
change-create.component.ts
...tem-change/modal/change-create/change-create.component.ts
+2
-0
No files found.
src/main/webapp/app/analysis/operation-work/analysis-deal/analysis-deal.component.ts
View file @
faf9b5bd
...
...
@@ -96,6 +96,7 @@ export class AnalysisDealComponent implements OnInit {
if
(
this
.
timeType
==
'99'
)
return
;
this
.
obj
.
startTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
startTime
;
this
.
obj
.
endTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
endTime
;
this
.
getEcharts
();
}
//搜索
...
...
src/main/webapp/app/analysis/operation-work/analysis-event/analysis-event.component.ts
View file @
faf9b5bd
...
...
@@ -96,6 +96,7 @@ export class AnalysisEventComponent implements OnInit {
if
(
this
.
timeType
==
'99'
)
return
;
this
.
obj
.
startTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
startTime
;
this
.
obj
.
endTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
endTime
;
this
.
getEcharts
();
}
//搜索
...
...
src/main/webapp/app/analysis/operation-work/analysis-status/analysis-status.component.ts
View file @
faf9b5bd
...
...
@@ -95,6 +95,7 @@ export class AnalysisStatusComponent implements OnInit {
if
(
this
.
timeType
==
'99'
)
return
;
this
.
obj
.
startTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
startTime
;
this
.
obj
.
endTime
=
this
.
commonSer
.
getTimeByType
(
this
.
timeType
).
endTime
;
this
.
getEcharts
();
}
//搜索
...
...
src/main/webapp/app/early-warning/resource-warning/resource-warning.component.ts
View file @
faf9b5bd
...
...
@@ -34,7 +34,7 @@ export class ResourceWarningComponent implements OnInit {
obj
=
{
ruleType
:
'1'
,
//1:资源预警;2:业务预警;3:工作预警;
ruleLevel
:
null
,
ruleLevel
:
''
,
keyword
:
''
,
startDate
:
''
,
endDate
:
''
,
...
...
src/main/webapp/app/overAll/network-check/network-check.component.html
View file @
faf9b5bd
...
...
@@ -105,10 +105,10 @@
<ng-container
*
ngIf=
"item.status == 0"
><span
(
click
)="
operationHost
(
item
,'
1
','关闭')"
>
停止监控
</span></ng-container>
</a></li>
<li
(
click
)="
showTempStop
(
item
)"
nz-menu-item
>
<li
*
ngIf=
"item.status == 0"
(
click
)="
showTempStop
(
item
)"
nz-menu-item
>
<a
*
ngIf=
"!item.monitorTask"
>
临时暂停
</a>
</li>
<li
(
click
)="
showAlarm
(
item
)"
nz-menu-item
><a>
添加告警
</a></li>
<li
(
click
)="
showAlarm
()"
nz-menu-item
><a>
添加告警
</a></li>
</ul>
</nz-dropdown>
</td>
...
...
src/main/webapp/app/project-manager/modal/look-project/look-project.component.html
View file @
faf9b5bd
...
...
@@ -21,10 +21,11 @@
项目类型
</nz-form-label>
<nz-form-control
[
nzSpan
]="
14
"
>
<ng-container
*
ngIf=
"obj?.type == 0"
>
中心驻场
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 1"
>
中心运维
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 2"
>
外单位驻场
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 3"
>
外单位运维
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 0"
>
软件维护类
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 1"
>
硬件维护
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 2"
>
网络维护
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 3"
>
终端维护
</ng-container>
<ng-container
*
ngIf=
"obj?.type == 4"
>
建设类
</ng-container>
</nz-form-control>
</nz-form-item>
</div>
...
...
@@ -45,7 +46,7 @@
<nz-form-label
[
nzOffset
]="
4
"
[
nzSpan
]="
6
"
nzRequired
nzFor=
"secondLevelType"
>
乙方名称
</nz-form-label>
<nz-form-control
[
nzSpan
]="
2
"
>
<nz-form-control
[
nzSpan
]="
14
"
>
{{obj?.companyName}}
</nz-form-control>
</nz-form-item>
...
...
src/main/webapp/app/system-change/modal/change-create/change-create.component.ts
View file @
faf9b5bd
...
...
@@ -69,6 +69,8 @@ export class ChangeCreateComponent implements OnInit {
verifyUserName
:
[
null
,
[
Validators
.
required
]],
description
:
[
null
,
[
Validators
.
required
]],
});
this
.
fileList
=
[];
this
.
fileId
=
[];
}
//变更分类
...
...
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