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
41ade865
Commit
41ade865
authored
Apr 03, 2023
by
dong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix20230403
parent
841c6405
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
apps/view_atlas/view.py
+5
-5
No files found.
apps/view_atlas/view.py
View file @
41ade865
...
@@ -1178,13 +1178,13 @@ def industry_enterprise():
...
@@ -1178,13 +1178,13 @@ def industry_enterprise():
Company
.
high_new
==
'1'
if
aptitude
==
'高新技术企业'
else
text
(
''
),
Company
.
high_new
==
'1'
if
aptitude
==
'高新技术企业'
else
text
(
''
),
Company
.
tbe
==
'1'
if
aptitude
==
'科技型中小企业'
else
text
(
''
),
Company
.
tbe
==
'1'
if
aptitude
==
'科技型中小企业'
else
text
(
''
),
Company
.
quoted_company
==
'1'
if
aptitude
==
'上市企业'
else
text
(
''
),
Company
.
quoted_company
==
'1'
if
aptitude
==
'上市企业'
else
text
(
''
),
Company
.
sxmon
==
'1'
if
aptitude
==
'山西
民营100强
'
else
text
(
''
),
Company
.
sxmon
==
'1'
if
aptitude
==
'山西
100强企业
'
else
text
(
''
),
Company
.
zjtg
==
'1'
if
aptitude
==
'山西专精特新企业'
else
text
(
''
),
Company
.
zjtg
==
'1'
if
aptitude
==
'山西
省
专精特新企业'
else
text
(
''
),
Company
.
unicorn
==
'1'
if
aptitude
==
'独角兽企业'
else
text
(
''
),
Company
.
unicorn
==
'1'
if
aptitude
==
'独角兽企业'
else
text
(
''
),
Company
.
dengl
==
'1'
if
aptitude
==
'瞪羚'
else
text
(
''
),
Company
.
dengl
==
'1'
if
aptitude
==
'瞪羚
企业
'
else
text
(
''
),
Company
.
isfive
==
'1'
if
aptitude
==
'中国500强'
else
text
(
''
),
Company
.
isfive
==
'1'
if
aptitude
==
'中国500强
企业
'
else
text
(
''
),
Company
.
scale
==
'1'
if
aptitude
==
'规模以上企业'
else
text
(
''
),
Company
.
scale
==
'1'
if
aptitude
==
'规模以上企业'
else
text
(
''
),
Company
.
serve
==
'1'
if
aptitude
==
'限额以上服务业'
else
text
(
''
),
Company
.
serve
==
'1'
if
aptitude
==
'限额以上服务业
企业
'
else
text
(
''
),
Company
.
chain_master
==
'1'
if
aptitude
==
'链主企业'
else
text
(
''
),
Company
.
chain_master
==
'1'
if
aptitude
==
'链主企业'
else
text
(
''
),
)
)
...
...
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