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
1c41b768
Commit
1c41b768
authored
Jul 24, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
555
parent
36d8efbf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
11 deletions
+12
-11
Index.vue
src/views/report/talent/Index.vue
+1
-0
fileEdit.vue
src/views/report/talent/components/fileEdit.vue
+4
-4
fileInfo.vue
src/views/report/talent/components/fileInfo.vue
+7
-7
No files found.
src/views/report/talent/Index.vue
View file @
1c41b768
...
...
@@ -47,6 +47,7 @@
</template>
<
script
>
import
{
getType
}
from
'@/views/utils/auth'
import
{
isEmptyParams
,
filterExportExcelData
,
tableColumnsName
}
from
"@/views/utils/common"
import
talentCreate
from
"@/views/report/talent/components/talentCreate"
import
talentView
from
"@/views/report/talent/components/talentView"
...
...
src/views/report/talent/components/fileEdit.vue
View file @
1c41b768
...
...
@@ -46,7 +46,7 @@
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
style=
"text-align: center;"
>
<div>
{{
item
.
isRequired
==
true
&&
item
.
required
?
"是"
:
"否"
}}
</div>
<div
v-if=
"!item.isTitle"
>
{{
item
.
isRequired
==
true
&&
item
.
required
?
"是"
:
"否"
}}
</div>
</div>
</a-col>
<a-col
:span=
"12"
style=
"text-align: left;"
>
...
...
@@ -91,11 +91,11 @@ export default {
},
},
},
data
()
{
data
()
{
return
{};
},
created
()
{
created
()
{
},
methods
:
{
// 添加附件
...
...
src/views/report/talent/components/fileInfo.vue
View file @
1c41b768
...
...
@@ -41,7 +41,7 @@
</div>
</a-col>
<a-col
:span=
"8"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<!--
{{
item
.
fileName
}}
-->
<document-view
:fileUrl=
"item.downloadUrl"
:fileName=
"item.fileName"
:imageArray=
"[item.downloadUrl]"
></document-view>
...
...
@@ -50,17 +50,17 @@
</div>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div>
{{
item
.
isRequired
==
true
?
"是"
:
"否"
}}
</div>
</div>
</a-col>
<a-col
:span=
"10"
style=
"text-align:
center
;"
>
<a-col
:span=
"10"
style=
"text-align:
left
;"
>
<div
class=
"special-middle"
>
<div>
{{
item
.
fileExplain
}}
<span
v-if=
"item.isRequired"
style=
"color:red;"
>
*
</span></div>
</div>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
v-if=
"item.downloadUrl"
><a
:href=
"item.downloadUrl"
:download=
"item.fileName"
>
下载
</a></div>
</div>
</a-col>
...
...
@@ -86,11 +86,11 @@ export default {
},
},
},
data
()
{
data
()
{
return
{};
},
created
()
{
created
()
{
},
methods
:
{
// 添加附件
...
...
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