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
6618fd33
Commit
6618fd33
authored
Apr 13, 2020
by
wangqinghua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
6e044ec1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
app.constants.ts
src/app/app.constants.ts
+2
-2
data-report.html
src/pages/home/data-report/data-report.html
+1
-1
data-report.ts
src/pages/home/data-report/data-report.ts
+2
-2
home.html
src/pages/home/home.html
+2
-2
home.ts
src/pages/home/home.ts
+2
-2
No files found.
src/app/app.constants.ts
View file @
6618fd33
import
*
as
Mock
from
'mockjs'
;
export
const
SERVER_API_URL
=
'/shfrdj'
;
// export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; export const SERVER_API_WEB = '/shfrdjweb'; // export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
import
*
as
Mock
from
'mockjs'
;
// export const SERVER_API_URL = '/shfrdj'; export const SERVER_API_URL = 'http://61.152.117.206/shfrdj'; // export const SERVER_API_WEB = '/shfrdjweb'; export const SERVER_API_WEB = 'http://61.152.117.206/'; // export const SERVER_API_BBWX = '/bbwx'; export const SERVER_API_BBWX = 'https://www.cesdj.cn/bbwx'; Mock.setup( { timeout: 50, } ); export const institutionalNature = [ {label: '挂牌机构', value: '8'}, {label: '内设机构', value: '7'}, {label: '派驻机关', value: '6'}, {label: '派出机构', value: '5'}, {label: '分支机构', value: '4'}, {label: '临时机构', value: '3'}, {label: '议事协调机构', value: '2'}, {label: '挂靠机构', value: '1'}, ]
\ No newline at end of file
...
...
src/pages/home/data-report/data-report.html
View file @
6618fd33
...
...
@@ -47,7 +47,7 @@
<th>
全额拨款
</th>
<th>
差额拨款
</th>
<th>
自收自支
</th>
<th>
合
计
</th>
<th>
小
计
</th>
</tr>
</thead>
<tbody>
...
...
src/pages/home/data-report/data-report.ts
View file @
6618fd33
...
...
@@ -101,8 +101,8 @@ export class DataReportPage {
switchEchart
()
{
this
.
echartData1
=
{
grid
:
{
left
:
"
8
%"
,
right
:
"1
0
%"
,
left
:
"
5
%"
,
right
:
"1
5
%"
,
top
:
"18%"
,
width
:
"90%"
,
height
:
"70%"
,
...
...
src/pages/home/home.html
View file @
6618fd33
...
...
@@ -72,7 +72,7 @@
<th>
全额拨款
</th>
<th>
差额拨款
</th>
<th>
自收自支
</th>
<th>
合
计
</th>
<th>
小
计
</th>
</tr>
</thead>
<tbody>
...
...
@@ -85,7 +85,7 @@
<td>
{{type == 'unit' ? item.unitTotal : type == 'bzrs' ? item.bzrsTotal : item.syrsTotal}}
</td>
</tr>
<tr
style=
"border:1px solid #e3614d"
*
ngIf=
"i == 0"
>
<td>
区属
合
计:
</td>
<td>
区属
小
计:
</td>
<td>
{{count.qscount1}}
</td>
<td>
{{count.qscount2}}
</td>
<td>
{{count.qscount3}}
</td>
...
...
src/pages/home/home.ts
View file @
6618fd33
...
...
@@ -148,8 +148,8 @@ export class HomePage {
this
.
countInfo
();
this
.
echartData
=
{
grid
:
{
left
:
"
8
%"
,
right
:
"1
0
%"
,
left
:
"
5
%"
,
right
:
"1
5
%"
,
top
:
"18%"
,
width
:
"90%"
,
height
:
"70%"
,
...
...
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