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
348ac648
Commit
348ac648
authored
Mar 21, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
59be4e5c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
1 deletion
+26
-1
scientificGainEdit.vue
src/views/report/talent/components/scientificGainEdit.vue
+0
-0
scientificGainInfo.vue
src/views/report/talent/components/scientificGainInfo.vue
+23
-0
talentEdit.vue
src/views/report/talent/components/talentEdit.vue
+3
-1
No files found.
src/views/report/talent/components/scientificGainEdit.vue
0 → 100644
View file @
348ac648
This diff is collapsed.
Click to expand it.
src/views/report/talent/components/scientificGainInfo.vue
0 → 100644
View file @
348ac648
<
template
>
<div></div>
</
template
>
<
script
>
import
moment
from
"moment"
;
const
ScientificGain
=
{};
export
default
{
name
:
"scientificGainInfo"
,
data
()
{
return
{};
},
created
()
{
},
methods
:
{
},
};
</
script
>
\ No newline at end of file
src/views/report/talent/components/talentEdit.vue
View file @
348ac648
...
@@ -357,6 +357,7 @@
...
@@ -357,6 +357,7 @@
</a-row>
</a-row>
</div>
</div>
<div
v-if=
"stepsArray[2].showStatus"
>
<div
v-if=
"stepsArray[2].showStatus"
>
<scientific-gain-edit
:scientificList
.
sync=
"formData.scientificList"
ref=
"talentScientific"
/>
</div>
</div>
<div
v-if=
"stepsArray[3].showStatus"
>
<div
v-if=
"stepsArray[3].showStatus"
>
</div>
</div>
...
@@ -375,11 +376,12 @@ import paraRadio from '@/views/components/common/paraRadio'
...
@@ -375,11 +376,12 @@ import paraRadio from '@/views/components/common/paraRadio'
import
paraCheck
from
'@/views/components/common/paraCheck'
import
paraCheck
from
'@/views/components/common/paraCheck'
import
cascaderSelect
from
'@/views/components/common/cascaderSelect'
import
cascaderSelect
from
'@/views/components/common/cascaderSelect'
import
resumeEdit
from
'@/views/report/talent/components/resumeEdit'
import
resumeEdit
from
'@/views/report/talent/components/resumeEdit'
import
scientificGainEdit
from
'@/views/report/talent/components/scientificGainEdit'
export
default
{
export
default
{
name
:
"talentEdit"
,
name
:
"talentEdit"
,
components
:
{
components
:
{
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
,
scientificGainEdit
},
},
props
:
{
props
:
{
value
:
{
value
:
{
...
...
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