Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
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
93b4ae1d
Commit
93b4ae1d
authored
Aug 22, 2025
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
fa766179
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
22 additions
and
19 deletions
+22
-19
user.js
src/store/modules/user.js
+0
-1
fileEdit.vue
src/views/report/talent/components/fileEdit.vue
+1
-1
fileInfo.vue
src/views/report/talent/components/fileInfo.vue
+16
-16
antd.css
static/css/antd.css
+5
-1
No files found.
src/store/modules/user.js
View file @
93b4ae1d
...
@@ -53,7 +53,6 @@ const actions = {
...
@@ -53,7 +53,6 @@ const actions = {
logout
({
dispatch
})
{
logout
({
dispatch
})
{
_this
=
this
_this
=
this
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
return
new
Promise
(
async
(
resolve
,
reject
)
=>
{
_this
.
$message
.
error
(
'登录信息失效,请重新登录!'
)
_this
.
$api
.
base
.
logout
().
then
(({
data
})
=>
{
}).
catch
(()
=>
{
})
_this
.
$api
.
base
.
logout
().
then
(({
data
})
=>
{
}).
catch
(()
=>
{
})
removeToken
()
removeToken
()
window
.
sessionStorage
.
clear
()
window
.
sessionStorage
.
clear
()
...
...
src/views/report/talent/components/fileEdit.vue
View file @
93b4ae1d
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
{{
index
+
1
}}
{{
index
+
1
}}
</a-col>
</a-col>
<a-col
:span=
"6"
>
<a-col
:span=
"6"
>
<div
class=
"special-middle"
v-if=
"item.required"
>
{{
item
.
fileExplain
}}
</div>
<div
class=
"special-middle"
v-if=
"item.required"
:style=
"item.isTitle?'font-weight: 1000;':''"
>
{{
item
.
fileExplain
}}
</div>
<a-form-model-item
v-else
:prop=
"'fileList.' + index + '.fileExplain'"
:rules=
"
{required: item.isRequired, message: '*',trigger: 'blur',}">
<a-form-model-item
v-else
:prop=
"'fileList.' + index + '.fileExplain'"
:rules=
"
{required: item.isRequired, message: '*',trigger: 'blur',}">
<a-input
v-model=
"item.fileExplain"
:maxLength=
"100"
style=
"width: 100%"
/>
<a-input
v-model=
"item.fileExplain"
:maxLength=
"100"
style=
"width: 100%"
/>
</a-form-model-item>
</a-form-model-item>
...
...
src/views/report/talent/components/fileInfo.vue
View file @
93b4ae1d
...
@@ -13,9 +13,9 @@
...
@@ -13,9 +13,9 @@
<div>
序号
</div>
<div>
序号
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
8
"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"
10
"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
文件名
</div>
<div>
附件名称
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
...
@@ -23,9 +23,9 @@
...
@@ -23,9 +23,9 @@
<div>
是否必备材料
</div>
<div>
是否必备材料
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"
10
"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"
8
"
class=
"bg-gray"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
<div>
附件名称
</div>
<div>
文件名
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
<a-col
:span=
"2"
class=
"bg-gray"
style=
"text-align: center;"
>
...
@@ -40,27 +40,27 @@
...
@@ -40,27 +40,27 @@
<div>
{{
index
+
1
}}
</div>
<div>
{{
index
+
1
}}
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"8"
style=
"text-align: center;"
>
<a-col
:span=
"10"
style=
"text-align: left;"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
class=
"special-middle"
>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<div
:style=
"item.isTitle?'font-weight: 1000;':''"
>
{{
item
.
fileExplain
}}
<span
v-if=
"item.isRequired"
style=
"color:red;"
>
*
</span></div>
<!--
{{
item
.
fileName
}}
-->
<document-view
:fileUrl=
"item.downloadUrl"
:fileName=
"item.fileName"
:imageArray=
"[item.downloadUrl]"
></document-view>
</div>
<div
v-else
>
无
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div>
{{
item
.
isRequired
==
true
?
"是"
:
"否"
}}
</div>
<div>
{{
item
.
isRequired
==
true
?
"是"
:
"否"
}}
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"10"
style=
"text-align: left;"
>
<a-col
:span=
"8"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div>
{{
item
.
fileExplain
}}
<span
v-if=
"item.isRequired"
style=
"color:red;"
>
*
</span></div>
<div
v-if=
"item.fileName"
style=
"text-align: left;"
>
<!--
{{
item
.
fileName
}}
-->
<document-view
:fileUrl=
"item.downloadUrl"
:fileName=
"item.fileName"
:imageArray=
"[item.downloadUrl]"
></document-view>
</div>
<div
v-else
>
无
</div>
</div>
</div>
</a-col>
</a-col>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<a-col
:span=
"2"
style=
"text-align: center;"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
class=
"special-middle"
v-if=
"!item.isTitle"
>
<div
v-if=
"item.downloadUrl"
><a
:href=
"item.downloadUrl"
:download=
"item.fileName"
>
下载
</a></div>
<div
v-if=
"item.downloadUrl"
><a
:href=
"item.downloadUrl"
:download=
"item.fileName"
>
下载
</a></div>
</div>
</div>
</a-col>
</a-col>
...
...
static/css/antd.css
View file @
93b4ae1d
...
@@ -13959,7 +13959,7 @@ span.ant-radio+* {
...
@@ -13959,7 +13959,7 @@ span.ant-radio+* {
}
}
.ant-checkbox-disabled.ant-checkbox-checked
.ant-checkbox-inner
::after
{
.ant-checkbox-disabled.ant-checkbox-checked
.ant-checkbox-inner
::after
{
border-color
:
rgba
(
0
,
0
,
0
,
0.
2
5
);
border-color
:
rgba
(
0
,
0
,
0
,
0.
6
5
);
-webkit-animation-name
:
none
;
-webkit-animation-name
:
none
;
animation-name
:
none
;
animation-name
:
none
;
}
}
...
@@ -13980,6 +13980,10 @@ span.ant-radio+* {
...
@@ -13980,6 +13980,10 @@ span.ant-radio+* {
animation-name
:
none
;
animation-name
:
none
;
}
}
.ant-checkbox-disabled
.ant-checkbox-inner
{
background-color
:
#e8e8e8
;
}
.ant-checkbox-disabled
+
span
{
.ant-checkbox-disabled
+
span
{
/* color: rgba(0, 0, 0, 0.25); */
/* color: rgba(0, 0, 0, 0.25); */
cursor
:
not-allowed
;
cursor
:
not-allowed
;
...
...
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