Commit a0d4f441 by dong

fix20221226

parent 1e5599ef
...@@ -899,7 +899,7 @@ def project_graph(): ...@@ -899,7 +899,7 @@ def project_graph():
{"name": "第三产业", "value": round(project_count3 / total_num * 100, 2)}, {"name": "第三产业", "value": round(project_count3 / total_num * 100, 2)},
] ]
elif flag == 4: elif flag == 4:
industry_list = ["传统产业升级改造", "现代农业", "战略性新兴产业", "现代服务业", "文化旅游产业", "其他"] industry_list = ["传统产业升级改造", "现代农业", "战略性新兴产业", "现代服务业", "文化旅游产业"]
data = [] data = []
num_li = [] num_li = []
for industry in industry_list: for industry in industry_list:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment