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
73707102
Commit
73707102
authored
Jul 29, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
3fb4574f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
myEditor.vue
src/views/components/common/myEditor.vue
+2
-3
talentEdit.vue
src/views/report/talent/components/talentEdit.vue
+3
-2
talentInfo.vue
src/views/report/talent/components/talentInfo.vue
+1
-1
No files found.
src/views/components/common/myEditor.vue
View file @
73707102
...
...
@@ -51,9 +51,8 @@ export default {
statusbar
:
false
,
height
:
600
,
plugins
:
'code advlist autolink link image lists preview table wordcount'
,
toolbar
:
`undo redo | styleselect | fontsizeselect fontselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist | image
| table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow
| tableinsertcolbefore tableinsertcolafter tabledeletecol | wordcount`
,
toolbar
:
`undo redo | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist | image | wordcount`
,
//| styleselect | fontsizeselect fontselect | table tabledelete | tableprops tablerowprops tablecellprops | tableinsertrowbefore tableinsertrowafter tabledeleterow | tableinsertcolbefore tableinsertcolafter tabledeletecol
// 初始化完成回调
init_instance_callback
:
(
editor
)
=>
{
if
(
_this
.
value
)
{
...
...
src/views/report/talent/components/talentEdit.vue
View file @
73707102
...
...
@@ -412,7 +412,7 @@
<a-row
type=
"flex"
class=
"row_center"
>
<a-col
:span=
"24"
class=
"bg-gray"
>
<a-form-model-item
prop=
"researchCondition"
:rules=
"
{ required: true, message: '*', trigger: 'blur',}">
<
a-textarea
placeholder=
"研究条件(限1000字)"
v-model=
"formData.researchCondition"
:maxLength=
"1000"
style=
"width: 80%; height: 160px; margin-top: 12px
"
/>
<
my-editor
v-model=
"formData.researchCondition"
id=
"my_researchCondition
"
/>
</a-form-model-item>
</a-col>
</a-row>
...
...
@@ -530,11 +530,12 @@ import scientificGainEdit from '@/views/report/talent/components/scientificGainE
import
membersEdit
from
'@/views/report/talent/components/membersEdit'
import
budgetEdit
from
'@/views/report/talent/components/budgetEdit'
import
fileEdit
from
'@/views/report/talent/components/fileEdit'
import
myEditor
from
'@/views/components/common/myEditor'
export
default
{
name
:
"talentEdit"
,
components
:
{
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
,
scientificGainEdit
,
membersEdit
,
budgetEdit
,
fileEdit
paraRadio
,
paraCheck
,
cascaderSelect
,
resumeEdit
,
scientificGainEdit
,
membersEdit
,
budgetEdit
,
fileEdit
,
myEditor
},
props
:
{
value
:
{
...
...
src/views/report/talent/components/talentInfo.vue
View file @
73707102
...
...
@@ -346,7 +346,7 @@
<a-row
type=
"flex"
>
<a-col
:span=
"24"
>
<div
class=
"special-middle"
>
<div
v-html=
"
toTextarea(value.researchCondition)
"
></div>
<div
v-html=
"
value.researchCondition
"
></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