Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mancheng
Commits
693717fb
Commit
693717fb
authored
Mar 12, 2024
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5fa142e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/view_index/view.py
+2
-2
No files found.
apps/view_index/view.py
View file @
693717fb
...
@@ -73,8 +73,8 @@ def get_jjzb(district, flag):
...
@@ -73,8 +73,8 @@ def get_jjzb(district, flag):
"public_in"
:
'
%.2
f亿元'
%
(
datas
.
public_in
/
10000
)
if
datas
.
public_in
else
"-亿元"
,
# 一般公共预算收入
"public_in"
:
'
%.2
f亿元'
%
(
datas
.
public_in
/
10000
)
if
datas
.
public_in
else
"-亿元"
,
# 一般公共预算收入
"in_out"
:
'
%.2
f亿元'
%
(
datas
.
in_out
/
10000
)
if
datas
.
in_out
else
"-亿元"
,
# 进出口总额
"in_out"
:
'
%.2
f亿元'
%
(
datas
.
in_out
/
10000
)
if
datas
.
in_out
else
"-亿元"
,
# 进出口总额
"public"
:
'
%.2
f亿元'
%
(
datas
.
public
/
10000
)
if
datas
.
public
else
"-亿元"
,
# 一般公共预算支出
"public"
:
'
%.2
f亿元'
%
(
datas
.
public
/
10000
)
if
datas
.
public
else
"-亿元"
,
# 一般公共预算支出
"people_out"
:
'
%.
2
f元'
%
datas
.
people_out
if
datas
.
people_out
else
"-元"
,
# 城镇居民人均可支配收入
"people_out"
:
'
%
.f元'
%
datas
.
people_out
if
datas
.
people_out
else
"-元"
,
# 城镇居民人均可支配收入
"country_people_out"
:
'
%.
2
f元'
%
datas
.
country_people_out
if
datas
.
country_people_out
else
"-元"
,
# 农村居民人均可支配收入
"country_people_out"
:
'
%
.f元'
%
datas
.
country_people_out
if
datas
.
country_people_out
else
"-元"
,
# 农村居民人均可支配收入
"people_per"
:
'
%.2
f'
%
datas
.
people_per
if
datas
.
people_per
else
"-"
,
"people_per"
:
'
%.2
f'
%
datas
.
people_per
if
datas
.
people_per
else
"-"
,
"question"
:
datas
.
question
,
"question"
:
datas
.
question
,
# "year": str(datas.year) + '年',
# "year": str(datas.year) + '年',
...
...
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