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
20cfda02
Commit
20cfda02
authored
Mar 24, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug 修复
parent
1d08e6a6
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
main.component.ts
src/main/webapp/app/layouts/main/main.component.ts
+1
-1
my-follow.component.html
...in/webapp/app/overview/my-follow/my-follow.component.html
+4
-4
my-follow.component.ts
...main/webapp/app/overview/my-follow/my-follow.component.ts
+1
-1
No files found.
src/main/webapp/app/layouts/main/main.component.ts
View file @
20cfda02
...
...
@@ -65,7 +65,7 @@ export class JhiMainComponent implements OnInit {
}
private
getPageTitle
(
routeSnapshot
:
ActivatedRouteSnapshot
)
{
let
title
:
string
=
(
routeSnapshot
.
data
&&
routeSnapshot
.
data
[
'pageTitle'
])
?
routeSnapshot
.
data
[
'pageTitle'
]
:
'智能
监控
'
;
let
title
:
string
=
(
routeSnapshot
.
data
&&
routeSnapshot
.
data
[
'pageTitle'
])
?
routeSnapshot
.
data
[
'pageTitle'
]
:
'智能
运维监管平台
'
;
if
(
routeSnapshot
.
firstChild
)
{
title
=
this
.
getPageTitle
(
routeSnapshot
.
firstChild
)
||
title
;
}
...
...
src/main/webapp/app/overview/my-follow/my-follow.component.html
View file @
20cfda02
...
...
@@ -213,7 +213,7 @@
<td
class=
"round-tag tag-form"
>
{{data.officeName | stringSlice:8:8}}
</td>
<td>
{{data.officePrincipal}}
</td>
<td>
{{data.officePrincipal
| stringSlice:8:8
}}
</td>
<td>
{{data.yearly}}
</td>
...
...
@@ -243,7 +243,7 @@
<tbody>
<tr
*
ngFor=
"let data of nzTable7.data"
>
<td>
{{data.name | stringSlice:8:8}}
</td>
<td>
{{data.principal}}
</td>
<td>
{{data.principal
| stringSlice:8:8
}}
</td>
<td>
<span
*
ngIf=
"data.type == 0"
>
中心驻场
</span>
<span
*
ngIf=
"data.type == 1"
>
中心运维
</span>
...
...
@@ -277,7 +277,7 @@
<span
*
ngIf=
"data.type == 1"
>
非驻场团队
</span>
</td>
<td>
{{data.companyName | stringSlice:8:8}}
</td>
<td>
{{data.principal}}
</td>
<td>
{{data.principal
| stringSlice:8:8
}}
</td>
</tr>
</tbody>
</nz-table>
...
...
@@ -300,7 +300,7 @@
<tr
*
ngFor=
"let data of nzTable9.data"
>
<td>
{{data.projectName | stringSlice:8:8}}
</td>
<td>
{{data.timeStr | date:'yyyy-MM-dd HH:mm:ss'}}
</td>
<td>
{{data.people}}
</td>
<td>
{{data.people
| stringSlice:8:8
}}
</td>
<td>
{{data.costdescribe}}
</td>
<td>
{{data.total}}
</td>
</tr>
...
...
src/main/webapp/app/overview/my-follow/my-follow.component.ts
View file @
20cfda02
...
...
@@ -134,7 +134,7 @@ export class MyFollowComponent implements OnInit {
this
.
loading
.
planLoading
=
true
;
const
obj
=
{
pageNum
:
1
,
pageCount
:
100
0
,
pageCount
:
100
,
};
this
.
workSer
.
findPlanList
(
obj
).
subscribe
(
(
res
)
=>
{
...
...
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