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
59be4e5c
Commit
59be4e5c
authored
Mar 21, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
4765975d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
7 deletions
+22
-7
resumeEdit.vue
src/views/report/talent/components/resumeEdit.vue
+3
-3
talentCreate.vue
src/views/report/talent/components/talentCreate.vue
+3
-3
talentEdit.vue
src/views/report/talent/components/talentEdit.vue
+16
-1
No files found.
src/views/report/talent/components/resumeEdit.vue
View file @
59be4e5c
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<a-row>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px; text-align: center"
>
<a-col
:span=
"24"
style=
"border-top: 0px; text-align: center"
>
<div
class=
"main-title"
>
<div
class=
"main-title"
>
<span>
申报人简历
</span>
<span>
申报人
才
简历
</span>
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
...
@@ -246,7 +246,7 @@ export default {
...
@@ -246,7 +246,7 @@ export default {
formModel
:
{
formModel
:
{
educationList
:
[],
educationList
:
[],
studyList
:
[],
studyList
:
[],
workList
:
[]
workList
:
[]
,
}
}
};
};
},
},
...
@@ -440,7 +440,7 @@ export default {
...
@@ -440,7 +440,7 @@ export default {
},
},
deep
:
true
,
deep
:
true
,
immediate
:
true
immediate
:
true
}
}
,
}
}
};
};
</
script
>
</
script
>
src/views/report/talent/components/talentCreate.vue
View file @
59be4e5c
...
@@ -41,9 +41,9 @@ export default {
...
@@ -41,9 +41,9 @@ export default {
current
:
10
,
current
:
10
,
currSteps
:
0
,
currSteps
:
0
,
stepsArray
:
[
stepsArray
:
[
{
status
:
"process"
,
title
:
'申报人基本情况'
,
showStatus
:
true
},
{
status
:
"process"
,
title
:
'申报人
才
基本情况'
,
showStatus
:
true
},
{
status
:
"wait"
,
title
:
'申报人简历'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'申报人
才
简历'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'申报人科研成绩'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'申报人
才
科研成绩'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'科学研究规划及团队人员名单'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'科学研究规划及团队人员名单'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'经费预算及培养计划和目标'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'经费预算及培养计划和目标'
,
showStatus
:
false
},
{
status
:
"wait"
,
title
:
'附件'
,
showStatus
:
false
}
{
status
:
"wait"
,
title
:
'附件'
,
showStatus
:
false
}
...
...
src/views/report/talent/components/talentEdit.vue
View file @
59be4e5c
...
@@ -341,6 +341,20 @@
...
@@ -341,6 +341,20 @@
</div>
</div>
<div
v-if=
"stepsArray[1].showStatus"
>
<div
v-if=
"stepsArray[1].showStatus"
>
<resume-edit
:resumeList
.
sync=
"formData.resumeList"
ref=
"talentResume"
/>
<resume-edit
:resumeList
.
sync=
"formData.resumeList"
ref=
"talentResume"
/>
<a-row>
<a-col
:span=
"24"
style=
"border-top: 0px; text-align: center"
>
<div
class=
"main-title"
>
<span>
申报人才业务技术能力
</span>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"24"
class=
"bg-gray"
>
<a-form-model-item
prop=
"technicalSkill"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<a-textarea
placeholder=
"业务技术能力(限5000字)"
v-model=
"formData.technicalSkill"
:maxLength=
"5000"
style=
"width: 80%; height: 160px; margin-top: 12px"
/>
</a-form-model-item>
</a-col>
</a-row>
</div>
</div>
<div
v-if=
"stepsArray[2].showStatus"
>
<div
v-if=
"stepsArray[2].showStatus"
>
</div>
</div>
...
@@ -414,6 +428,7 @@ export default {
...
@@ -414,6 +428,7 @@ export default {
holdPost3
:
null
,
holdPost3
:
null
,
mobile
:
null
,
mobile
:
null
,
fax
:
null
,
fax
:
null
,
technicalSkill
:
null
,
email
:
null
,
email
:
null
,
resumeList
:
[],
resumeList
:
[],
membersList
:
[],
membersList
:
[],
...
@@ -607,7 +622,7 @@ export default {
...
@@ -607,7 +622,7 @@ export default {
}
}
break
;
break
;
case
1
:
case
1
:
obj
=
{
id
:
null
,
resumeList
:
[]
}
obj
=
{
id
:
null
,
technicalSkill
:
null
,
resumeList
:
[]
}
break
;
break
;
case
2
:
case
2
:
break
;
break
;
...
...
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