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
59c4c1a3
Commit
59c4c1a3
authored
Dec 12, 2024
by
徐俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xujun
parent
97a41ae7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
cascaderSelect.vue
src/views/components/common/cascaderSelect.vue
+1
-1
projectMemberEdit.vue
src/views/report/project/components/projectMemberEdit.vue
+3
-0
No files found.
src/views/components/common/cascaderSelect.vue
View file @
59c4c1a3
<
template
>
<
template
>
<a-cascader
v-model=
"selected"
:style=
"
{width:'80%'}" :options="options" :show-search="{ filter }" :display-render="displayRender" expand-trigger="hover" placeholder="
Please select
" @change="onChange" />
<a-cascader
v-model=
"selected"
:style=
"
{width:'80%'}" :options="options" :show-search="{ filter }" :display-render="displayRender" expand-trigger="hover" placeholder="
请选择学科代码
" @change="onChange" />
</
template
>
</
template
>
<
script
>
<
script
>
import
{
specList
,
getSpecArray
}
from
"@/views/components/common/config"
import
{
specList
,
getSpecArray
}
from
"@/views/components/common/config"
...
...
src/views/report/project/components/projectMemberEdit.vue
View file @
59c4c1a3
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
<a-col
:span=
"24"
>
<a-col
:span=
"24"
>
<div
class=
"tb-title"
>
<div
class=
"tb-title"
>
<span>
项目组主要成员
<strong
style=
"color: red;"
>
(注:不包含项目申请人)
</strong>
<span>
项目组主要成员
<strong
style=
"color: red;"
>
(注:不包含项目申请人)
</strong>
<a
:href=
"'/downloadFile/memberInfo.xlsx'"
download=
"memberInfo.xlsx"
style=
"margin-left: 12px;"
>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;"
>
项目组成员模板下载
</span>
</a>
<a
:href=
"'/downloadFile/vitaeTemplate.docx'"
download=
"个人简历.docx"
style=
"margin-left: 12px;"
>
<a
:href=
"'/downloadFile/vitaeTemplate.docx'"
download=
"个人简历.docx"
style=
"margin-left: 12px;"
>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;font-size: 14px;margin-left: 2px;"
>
个人简历模板下载
</span>
<a-icon
type=
"download"
></a-icon>
<span
style=
"color:green;text-decoration:underline;font-size: 14px;margin-left: 2px;"
>
个人简历模板下载
</span>
</a>
</a>
...
...
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