Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yuyiViewServer
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
yuyiViewServer
Commits
687c5691
Commit
687c5691
authored
Mar 13, 2025
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
6f103230
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
10 deletions
+5
-10
zhyy.ts
src/data/db/zhyy.ts
+5
-10
No files found.
src/data/db/zhyy.ts
View file @
687c5691
...
...
@@ -264,8 +264,8 @@ export async function getZhyy() {
if
(
info
.
boShi
)
itemCount
+=
info
.
boShi
;
if
(
info
.
boshiyishang
)
itemCount
+=
info
.
boshiyishang
;
if
(
!
年度就业人数趋势分析
Map
[
annual
])
年度就业人数趋势分析
Map
[
annual
]
=
0
;
年度就业人数趋势分析
Map
[
annual
]
+=
itemCount
;
if
(
!
年度就业人数趋势分析
Map
[
annual
])
年度就业人数趋势分析
Map
[
annual
]
=
{
key
:
annual
,
value
:
0
}
;
年度就业人数趋势分析
Map
[
annual
]
.
value
+=
itemCount
;
});
let
年度就业人数趋势分析
=
Object
.
values
(
年度就业人数趋势分析
Map
);
...
...
@@ -294,18 +294,13 @@ export async function getZhyy() {
}
}
}
let
产业规模分析
=
[];
let
在孵企业营收占比
=
[];
产业规模分析
List
.
forEach
(
info
=>
{
let
{
key
,
value
}
=
info
;
产业规模分析
.
push
({
key
,
value
});
在孵企业营收占比
.
push
({
key
,
value
});
})
let
zhyy
=
{
园区概况
:{
dataList
:
园区概况
,
title
:[
"key"
,
"value"
]},
在孵企业数据
:
{
dataList
:
在孵企业数据
,
titleList
:
[
'key'
,
'value'
]
},
...
...
@@ -320,7 +315,7 @@ export async function getZhyy() {
企业服务类型
:
{
dataList
:
fuWuQiYeTypeList
,
titleList
:
[
'key'
,
'value'
]
},
荣誉资质
:{
dataList
:
荣誉资质
,
titleList
:
[
'key'
,
'value'
]
},
年度就业人数趋势分析
:[{
name
:
"年度就业人数趋势分析"
,
data
:
年度就业人数趋势分析
}],
产业规模分析
:{
dataList
:
产业规模分析
,
title
:[
"key"
,
"value"
]}
在孵企业营收占比
:{
dataList
:
在孵企业营收占比
,
title
:[
"key"
,
"value"
]}
}
return
zhyy
;
...
...
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