Commit 9393c29e by 赵宇

fix

parent 1e63bfa7
......@@ -163,7 +163,7 @@ def industry_enterprise():
df = [{"id": i.id,
"company_name": i.company_name,
"district": i.district,
"build_date": i.build_date,
"build_date": (i.build_date).strftime("%Y-%m-%d %H:%M:%S"),
"legal": i.legal,
"capital_nums": i.capital_nums,
"entype": i.entype,
......
......@@ -618,7 +618,6 @@ def enterprise_detail():
},
# 供应链图谱数据封装
"select5_info": {
},
# 供应链地图封装
"select6_info": {
......
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