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
5599aa47
Commit
5599aa47
authored
Mar 31, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230331
parent
3641b2d7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
apps/view_index/view.py
+2
-1
No files found.
apps/view_index/view.py
View file @
5599aa47
...
...
@@ -651,7 +651,8 @@ def showListb():
"build_date"
:
(
i
.
build_date
)
.
strftime
(
"
%
Y-
%
m-
%
d"
),
"capital"
:
i
.
capital
if
i
.
capital
else
""
,
"isfive"
:
"中国500强企业"
if
i
.
isfive
==
"1"
else
""
,
"quoted_company"
:
"上市企业"
if
i
.
public_sector
!=
"空"
else
""
,
# "quoted_company": "上市企业" if i.public_sector != "空" else "",
"quoted_company"
:
"上市企业"
if
i
.
quoted_company
==
"1"
else
""
,
"scale"
:
"规模以上企业"
if
i
.
scale
==
"1"
else
""
,
"zjtg"
:
"山西专精特新企业"
if
i
.
zjtg
==
"1"
else
""
,
"high_new"
:
"高新技术企业"
if
i
.
high_new
==
"1"
else
""
,
...
...
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