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
6c7cb2bd
Commit
6c7cb2bd
authored
Jul 24, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
3fe6b884
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
index.js
src/router/index.js
+7
-0
index.vue
src/views/evaluation/talent/index.vue
+1
-1
No files found.
src/router/index.js
View file @
6c7cb2bd
...
@@ -154,6 +154,7 @@ export const routes = [
...
@@ -154,6 +154,7 @@ export const routes = [
{
path
:
'/talent/preliminary'
,
name
:
'人才预审'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才预审'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/preliminary'
,
name
:
'人才预审'
,
component
:
()
=>
import
(
'@/views/audit/talent/Index.vue'
),
meta
:
{
title
:
'人才预审'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/assign'
,
name
:
'人才分配'
,
component
:
()
=>
import
(
'@/views/talentAssign/index.vue'
),
meta
:
{
title
:
'人才分配'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/assign'
,
name
:
'人才分配'
,
component
:
()
=>
import
(
'@/views/talentAssign/index.vue'
),
meta
:
{
title
:
'人才分配'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/final'
,
name
:
'人才终审'
,
component
:
()
=>
import
(
'@/views/audit/talent/final.vue'
),
meta
:
{
title
:
'人才终审'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/final'
,
name
:
'人才终审'
,
component
:
()
=>
import
(
'@/views/audit/talent/final.vue'
),
meta
:
{
title
:
'人才终审'
,
icon
:
''
,
noCache
:
true
}
},
{
path
:
'/talent/evaluation'
,
name
:
'人才评分'
,
component
:
()
=>
import
(
'@/views/evaluation/talent/index.vue'
),
meta
:
{
title
:
'人才评分'
,
icon
:
''
,
noCache
:
true
}
},
]
]
},
},
{
{
...
@@ -350,6 +351,12 @@ router.beforeEach(async (to, from, next) => {
...
@@ -350,6 +351,12 @@ router.beforeEach(async (to, from, next) => {
NProgress
.
done
()
NProgress
.
done
()
}
}
}
else
{
}
else
{
const
hasMenu
=
JSON
.
parse
(
window
.
sessionStorage
.
getItem
(
'menuList'
))
if
(
hasUser
.
roles
==
'4'
&&
!!!
hasMenu
)
{
setType
(
'1'
)
await
store
.
dispatch
(
'user/getMenuList'
)
await
store
.
commit
(
'app/setSystemType'
,
1
)
}
await
store
.
dispatch
(
'app/auth'
,
to
.
path
)
await
store
.
dispatch
(
'app/auth'
,
to
.
path
)
next
()
next
()
NProgress
.
done
()
NProgress
.
done
()
...
...
src/views/evaluation/talent/index.vue
View file @
6c7cb2bd
...
@@ -62,7 +62,7 @@ import projectView from '@/views/evaluation/project/components/projectView'
...
@@ -62,7 +62,7 @@ import projectView from '@/views/evaluation/project/components/projectView'
import
pdfView
from
'@/views/components/common/pdfView'
import
pdfView
from
'@/views/components/common/pdfView'
export
default
{
export
default
{
name
:
"
exper
tEvaluation"
,
name
:
"
talen
tEvaluation"
,
components
:
{
components
:
{
projectView
,
score
,
scoreView
,
pdfView
projectView
,
score
,
scoreView
,
pdfView
},
},
...
...
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