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
2ae67f65
Commit
2ae67f65
authored
Dec 25, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
33
parent
9766cb5d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
fileLoad.vue
src/views/components/common/fileLoad.vue
+1
-1
memberImport.vue
src/views/report/project/components/memberImport.vue
+1
-1
projectMemberEdit.vue
src/views/report/project/components/projectMemberEdit.vue
+0
-1
No files found.
src/views/components/common/fileLoad.vue
View file @
2ae67f65
...
...
@@ -23,7 +23,7 @@ export default {
},
data
()
{
return
{
isRequired
:
tru
e
isRequired
:
fals
e
};
},
props
:
{
...
...
src/views/report/project/components/memberImport.vue
View file @
2ae67f65
...
...
@@ -114,7 +114,7 @@ export default {
this
.
errorState
=
true
}
let
member
=
{
name
:
e
.
姓名
,
birthday
:
birthday
,
sex
:
gender
,
title
:
title
,
titleName
:
e
.
职称
,
degree
:
degree
,
degreeName
:
e
.
学位
,
workUnit
:
e
.
工作单位
,
mobile
:
e
.
手机号
,
email
:
e
.
电子邮箱
,
certId
:
certId
,
projWork
:
e
.
项目分工
,
forMonths
:
e
.
每年工作
,
msg
:
msg
,
fileId
:
null
,
downloadId
:
null
,
fileName
:
null
,
downloadUrl
:
null
,
isRequired
:
true
name
:
e
.
姓名
,
birthday
:
birthday
,
sex
:
gender
,
title
:
title
,
titleName
:
e
.
职称
,
degree
:
degree
,
degreeName
:
e
.
学位
,
workUnit
:
e
.
工作单位
,
mobile
:
e
.
手机号
,
email
:
e
.
电子邮箱
,
certId
:
certId
,
projWork
:
e
.
项目分工
,
forMonths
:
e
.
每年工作
,
msg
:
msg
,
fileId
:
null
,
downloadId
:
null
,
fileName
:
null
,
downloadUrl
:
null
}
memberList
.
push
(
member
)
})
...
...
src/views/report/project/components/projectMemberEdit.vue
View file @
2ae67f65
...
...
@@ -315,7 +315,6 @@ import moment from 'moment'
const
Member
=
{
name
:
null
,
birthday
:
null
,
sex
:
null
,
title
:
null
,
titleName
:
null
,
degree
:
null
,
degreeName
:
null
,
workUnit
:
null
,
mobile
:
null
,
email
:
null
,
certId
:
null
,
projWork
:
null
,
forMonths
:
null
,
fileId
:
null
,
downloadId
:
null
,
fileName
:
null
,
downloadUrl
:
null
,
isRequired
:
true
}
export
default
{
...
...
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