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
6d3605c1
Commit
6d3605c1
authored
Jul 29, 2025
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
dff9bef2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
scientificGainEdit.vue
src/views/report/talent/components/scientificGainEdit.vue
+4
-4
groupExpertDetail.vue
src/views/talentAssign/components/groupExpertDetail.vue
+3
-3
No files found.
src/views/report/talent/components/scientificGainEdit.vue
View file @
6d3605c1
...
...
@@ -61,7 +61,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"`gainList.$
{index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
10
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
25
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"2"
>
...
...
@@ -140,7 +140,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"`thesisList.$
{index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
10
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
25
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"2"
>
...
...
@@ -219,7 +219,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"`appearList.$
{index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
10
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
25
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"2"
>
...
...
@@ -298,7 +298,7 @@
</a-col>
<a-col
:span=
"6"
>
<a-form-model-item
:prop=
"`courseList.$
{index}.gainDescription`" :rules="{ required: true, message: '*', trigger: 'blur',}">
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
10
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
<a-input
v-model=
"item.gainDescription"
:maxLength=
"
25
0"
placeholder=
"授奖部门及等级"
style=
"width:85%"
/>
</a-form-model-item>
</a-col>
<a-col
:span=
"2"
>
...
...
src/views/talentAssign/components/groupExpertDetail.vue
View file @
6d3605c1
...
...
@@ -30,10 +30,10 @@ export default {
return
{
tableData
:
[],
columns
:
[
{
title
:
'证件号'
,
dataIndex
:
'
c
ertId'
,
align
:
'center'
},
{
title
:
'姓名'
,
dataIndex
:
'
person
Name'
,
align
:
'center'
},
{
title
:
'证件号'
,
dataIndex
:
'
expertC
ertId'
,
align
:
'center'
},
{
title
:
'姓名'
,
dataIndex
:
'
expert
Name'
,
align
:
'center'
},
{
title
:
"评审专业"
,
scopedSlots
:
{
customRender
:
'spec'
},
align
:
'center'
},
{
title
:
'单位'
,
dataIndex
:
'
workUnit
'
,
align
:
'center'
},
{
title
:
'单位'
,
dataIndex
:
'
unitName
'
,
align
:
'center'
},
// { title: "专家类型", scopedSlots: { customRender: 'expertInfo' }, align: 'center' },
{
title
:
'手机号'
,
dataIndex
:
'mobile'
,
align
:
'center'
},
{
title
:
'电子邮箱'
,
dataIndex
:
'email'
,
align
:
'center'
},
...
...
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