Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
Y
yn-science-front
Project
Project
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
徐俊
yn-science-front
Commits
a0b777c8
Commit
a0b777c8
authored
Dec 27, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
771cc48e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
index.js
src/api/index.js
+3
-0
index.js
src/router/index.js
+1
-0
evaluationStatistic.vue
src/views/expert/evaluationStatistic.vue
+0
-0
No files found.
src/api/index.js
View file @
a0b777c8
...
@@ -291,6 +291,9 @@ export default {
...
@@ -291,6 +291,9 @@ export default {
getExpertListByIdList
(
params
)
{
getExpertListByIdList
(
params
)
{
return
fetch
(
`/v1/science-admin/com-expert/getExpertListByIdList`
,
params
,
'post'
,
'json'
)
return
fetch
(
`/v1/science-admin/com-expert/getExpertListByIdList`
,
params
,
'post'
,
'json'
)
},
},
getEcaluationStatisticListByPage
(
params
)
{
return
fetch
(
'/v1/science-admin/com-expert/getEcaluationStatisticListByPage'
,
params
)
},
},
},
expertSpec
:
{
expertSpec
:
{
getExpertListBySpecId
(
params
)
{
getExpertListBySpecId
(
params
)
{
...
...
src/router/index.js
View file @
a0b777c8
...
@@ -230,6 +230,7 @@ export const routes = [
...
@@ -230,6 +230,7 @@ export const routes = [
hidden
:
false
,
hidden
:
false
,
children
:
[
children
:
[
{
path
:
'/expert/list'
,
name
:
'专家管理'
,
component
:
()
=>
import
(
'@/views/expert/index.vue'
),
meta
:
{
title
:
'专家管理'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/list'
,
name
:
'专家管理'
,
component
:
()
=>
import
(
'@/views/expert/index.vue'
),
meta
:
{
title
:
'专家管理'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/evaluationStatistic'
,
name
:
'专家评审统计'
,
component
:
()
=>
import
(
'@/views/expert/evaluationStatistic.vue'
),
meta
:
{
title
:
'专家评审统计'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/expertBRegister'
,
name
:
'专家导入'
,
component
:
()
=>
import
(
'@/views/expert/components/expertImport.vue'
),
meta
:
{
title
:
'专家导入'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/expertBRegister'
,
name
:
'专家导入'
,
component
:
()
=>
import
(
'@/views/expert/components/expertImport.vue'
),
meta
:
{
title
:
'专家导入'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/group'
,
name
:
'专家组管理'
,
component
:
()
=>
import
(
'@/views/expertGroup/expertBatch.vue'
),
meta
:
{
title
:
'专家组管理'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/group'
,
name
:
'专家组管理'
,
component
:
()
=>
import
(
'@/views/expertGroup/expertBatch.vue'
),
meta
:
{
title
:
'专家组管理'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/group/members'
,
name
:
'专家组成员管理'
,
component
:
()
=>
import
(
'@/views/expertGroup/expertGroupMembers.vue'
),
meta
:
{
title
:
'专家组成员管理'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/expert/group/members'
,
name
:
'专家组成员管理'
,
component
:
()
=>
import
(
'@/views/expertGroup/expertGroupMembers.vue'
),
meta
:
{
title
:
'专家组成员管理'
,
icon
:
''
,
noCache
:
true
}
},
...
...
src/views/expert/evaluationStatistic.vue
0 → 100644
View file @
a0b777c8
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