Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
regManage
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
regManage
Commits
2de608de
Commit
2de608de
authored
Apr 10, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
84e92438
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
8 deletions
+15
-8
data-report.ts
src/pages/home/data-report/data-report.ts
+6
-2
home.ts
src/pages/home/home.ts
+3
-1
info-detail.html
src/pages/home/report-info/info-detail/info-detail.html
+1
-1
info-detail.ts
src/pages/home/report-info/info-detail/info-detail.ts
+3
-2
news.html
src/pages/news/news.html
+2
-2
No files found.
src/pages/home/data-report/data-report.ts
View file @
2de608de
...
...
@@ -127,7 +127,9 @@ export class DataReportPage {
},
axisLabel
:
{
interval
:
0
,
rotate
:
45
,
formatter
:
function
(
value
)
{
return
value
.
split
(
""
).
join
(
"
\
n"
)
}
}
}
],
...
...
@@ -192,7 +194,9 @@ export class DataReportPage {
}),
axisLabel
:
{
interval
:
0
,
rotate
:
45
,
formatter
:
function
(
value
)
{
return
value
.
split
(
""
).
join
(
"
\
n"
)
}
}
},
yAxis
:
{
...
...
src/pages/home/home.ts
View file @
2de608de
...
...
@@ -175,7 +175,9 @@ export class HomePage {
},
axisLabel
:
{
interval
:
0
,
rotate
:
45
,
formatter
:
function
(
value
)
{
return
value
.
split
(
""
).
join
(
"
\
n"
)
}
}
}
],
...
...
src/pages/home/report-info/info-detail/info-detail.html
View file @
2de608de
...
...
@@ -224,7 +224,7 @@
<div
class=
"item-box"
>
<div
class=
"left"
>
联系电话:
</div>
<div
class=
"right"
>
<span>
{{infoObj?.lxdh || "-"}}
</span>
<span>
{{infoObj?.lx
r
dh || "-"}}
</span>
</div>
</div>
</ng-container>
...
...
src/pages/home/report-info/info-detail/info-detail.ts
View file @
2de608de
...
...
@@ -29,8 +29,9 @@ export class InfoDetailPage {
}
ionViewDidLoad
()
{
this
.
getPersonInfo
();
console
.
log
(
'ionViewDidLoad InfoDetailPage'
);
if
(
this
.
type
==
1
){
this
.
getPersonInfo
();
}
}
goToYearReport
(
item
)
{
...
...
src/pages/news/news.html
View file @
2de608de
...
...
@@ -38,7 +38,7 @@
</ng-container>
<ng-container
*
ngIf=
"type == '2'"
>
<ng-container
*
ngFor=
"let item of dqtxList;"
>
<div
class=
"notice-card"
(
click
)="
goDetail
(
item
)"
>
<div
class=
"notice-card"
>
<div
class=
"type-time"
style=
"margin-bottom: 6px"
>
{{item.createdateStr | date:'yyyy-MM-dd' }}
</div>
<div
class=
"notice-type2"
>
<!-- <p>-->
...
...
@@ -67,7 +67,7 @@
</ng-container>
<ng-container
*
ngIf=
"type == '3'"
>
<ng-container
*
ngFor=
"let item of rgtxList;"
>
<div
class=
"notice-card"
(
click
)="
goDetail
(
item
)"
>
<div
class=
"notice-card"
>
<div
class=
"type-time"
style=
"margin-bottom: 6px"
>
{{item.remindDateStr | date:'yyyy-MM-dd' }}
</div>
<div
class=
"notice-type2"
>
<p>
...
...
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