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
ebf4a949
Commit
ebf4a949
authored
Sep 25, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230721
parent
6d6f4b3b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
apps/models.py
+1
-0
apps/view_index/view.py
+3
-1
apps/view_radar/view.py
+0
-0
No files found.
apps/models.py
View file @
ebf4a949
...
...
@@ -585,6 +585,7 @@ class Examine(BaseModel, db.Model):
id
=
db
.
Column
(
db
.
Integer
,
primary_key
=
True
,
autoincrement
=
True
,
comment
=
'主键id'
)
# id
district
=
db
.
Column
(
db
.
String
(
255
),
comment
=
'县区'
)
# 县区
time
=
db
.
Column
(
db
.
String
(
30
),
comment
=
'标题的时间'
)
year
=
db
.
Column
(
db
.
Integer
,
comment
=
'年'
)
# 年
month
=
db
.
Column
(
db
.
Integer
,
comment
=
'月'
)
# 月
project_num
=
db
.
Column
(
db
.
Integer
,
comment
=
'项目个数'
)
# 项目个数
...
...
apps/view_index/view.py
View file @
ebf4a949
...
...
@@ -237,8 +237,10 @@ def project():
"nums3"
:
"{}亿元"
.
format
(
ss
.
invest_finish
),
"add3"
:
ss
.
invest_grade
,
"nums4"
:
"{}个"
.
format
(
ss
.
start_num
),
"add4"
:
ss
.
start_num_grade
"add4"
:
ss
.
start_num_grade
,
"time"
:
ss
.
time
})
# 已开工项目产业分布/已开工项目到位资金产业分布
# types_list = []
# industry_dic = {}
...
...
apps/view_radar/view.py
View file @
ebf4a949
This diff is collapsed.
Click to expand it.
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