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
c81258d5
Commit
c81258d5
authored
Jul 30, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
222
parent
d8e846d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
talentInfo.vue
src/views/report/talent/components/talentInfo.vue
+9
-9
No files found.
src/views/report/talent/components/talentInfo.vue
View file @
c81258d5
...
...
@@ -211,7 +211,7 @@
</a-col>
<a-col
:span=
"21"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.honoraryTitle)
"
></div>
<div
v-html=
"
value.honoraryTitle
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -223,7 +223,7 @@
</a-col>
<a-col
:span=
"21"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.holdPost1)
"
></div>
<div
v-html=
"
value.holdPost1
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -236,7 +236,7 @@
<a-col
:span=
"21"
>
<div
class=
"special-middle"
>
<div>
<div
v-html=
"
toTextarea(value.holdPost2)
"
></div>
<div
v-html=
"
value.holdPost2
"
></div>
</div>
</div>
</a-col>
...
...
@@ -249,7 +249,7 @@
</a-col>
<a-col
:span=
"21"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.holdPost3)
"
></div>
<div
v-html=
"
value.holdPost3
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -309,7 +309,7 @@
</a-row>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
v-html=
"
toTextarea(value.technicalSkill)
"
></div>
<div
v-html=
"
value.technicalSkill
"
></div>
</a-col>
</a-row>
</div>
...
...
@@ -332,7 +332,7 @@
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.qualityTarget)
"
></div>
<div
v-html=
"
value.qualityTarget
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -360,7 +360,7 @@
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.researchProgress)
"
></div>
<div
v-html=
"
value.researchProgress
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -423,7 +423,7 @@
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.planTarget)
"
></div>
<div
v-html=
"
value.planTarget
"
></div>
</div>
</a-col>
</a-row>
...
...
@@ -437,7 +437,7 @@
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.unitAdvice)
"
></div>
<div
v-html=
"
value.unitAdvice
"
></div>
</div>
</a-col>
</a-row>
...
...
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