Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
Kimber
GaoQuIncubator
Commits
81a4c64c
Commit
81a4c64c
authored
Oct 29, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据概览
parent
4c7b7e96
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
416 additions
and
30 deletions
+416
-30
overview.js
src/api/system/overview.js
+39
-4
overview.vue
src/views/system/home/overview.vue
+377
-26
No files found.
src/api/system/overview.js
View file @
81a4c64c
...
...
@@ -5,13 +5,13 @@ export function getData4panel4(data) { // 导师信息
return
request
({
url
:
'
api/mentor
'
,
method
:
'
get
'
,
params
:
data
,
params
:
data
,
})
}
export
function
getData4panel0
(
data
)
{
// 孵化器概况信息
return
request
({
url
:
'
api/incubator/profile?incubatorId=
'
+
data
.
incubatorId
,
url
:
'
api/incubator/profile?incubatorId=
'
+
data
.
incubatorId
,
method
:
'
get
'
,
})
}
...
...
@@ -20,10 +20,43 @@ export function getDialogData4panel0(data) { // 孵化器概况信息
return
request
({
url
:
'
api/incubatorRevenue
'
,
method
:
'
get
'
,
params
:
data
,
params
:
data
,
})
}
export
function
getData4enterprise
(
data
)
{
return
request
({
url
:
'
api/company/companyName/list
'
,
method
:
'
get
'
,
params
:
data
})
}
export
function
getData4enterpriseDetail
(
data
)
{
return
request
({
url
:
'
api/company/web/details
'
,
method
:
'
get
'
,
params
:
data
})
}
export
function
getDialogData4panel1_2
(
data
)
{
return
request
({
url
:
'
api/companyAnnualInfo
'
,
method
:
'
get
'
,
params
:
data
})
}
export
function
getDialogData4panel1_3
(
data
)
{
return
request
({
url
:
'
api/companyProduct
'
,
method
:
'
get
'
,
params
:
data
})
}
export
function
getData4tech
(
data
)
{
return
request
({
...
...
@@ -64,5 +97,7 @@ export function editUser(data) {
}
export
default
{
getData4panel0
,
getDialogData4panel0
,
getData4panel4
,
getData4tech
,
add
,
edit
,
del
}
export
default
{
getData4panel0
,
getDialogData4panel0
,
getData4panel4
,
getData4enterprise
,
getData4enterpriseDetail
,
getDialogData4panel1_2
,
getDialogData4panel1_3
,
getData4tech
,
add
,
edit
,
del
}
src/views/system/home/overview.vue
View file @
81a4c64c
This diff is collapsed.
Click to expand it.
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