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
31f5611f
Commit
31f5611f
authored
Dec 17, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
333
parent
a4a8a208
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
106 additions
and
12 deletions
+106
-12
LayoutHeader.vue
src/components/layout/LayoutHeader.vue
+3
-3
login.vue
src/views/login/login.vue
+3
-7
projectEdit.vue
src/views/report/project/components/projectEdit.vue
+1
-1
projectMemberEdit.vue
src/views/report/project/components/projectMemberEdit.vue
+98
-0
antd.css
static/css/antd.css
+1
-1
No files found.
src/components/layout/LayoutHeader.vue
View file @
31f5611f
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</a-menu-item>
</a-menu-item>
<a-menu-item>
<a-menu-item>
<a
href=
"javascript:;"
@
click=
"logout"
>
<a
href=
"javascript:;"
@
click=
"logout"
>
<div
style=
"padding:
2
px 30px 2px 10px"
>
<div
style=
"padding:
0
px 30px 2px 10px"
>
<span>
<span>
<a-icon
type=
"poweroff"
style=
"margin-right: 10px"
/>
<a-icon
type=
"poweroff"
style=
"margin-right: 10px"
/>
</span><span>
退出
</span>
</span><span>
退出
</span>
...
@@ -47,11 +47,11 @@
...
@@ -47,11 +47,11 @@
</div>
</div>
<div
class=
"toolbar-items"
>
<div
class=
"toolbar-items"
>
<a
href=
"javascript:;"
@
click=
"logout"
>
<a
href=
"javascript:;"
@
click=
"logout"
>
<div
style=
"padding:
2
px 30px 2px 6px;color: rgb(89 89 89);"
>
<div
style=
"padding:
0
px 30px 2px 6px;color: rgb(89 89 89);"
>
<span>
<span>
<a-icon
type=
"poweroff"
style=
"margin-right: 4px"
/>
<a-icon
type=
"poweroff"
style=
"margin-right: 4px"
/>
</span>
</span>
<span>
退出
</span>
<span>
[退出]
</span>
</div>
</div>
</a>
</a>
</div>
</div>
...
...
src/views/login/login.vue
View file @
31f5611f
...
@@ -59,14 +59,10 @@
...
@@ -59,14 +59,10 @@
<a
href=
"#"
@
click=
"clickRegister"
style=
"margin-right: 32px;"
>
注册
</a>
<a
href=
"#"
@
click=
"clickRegister"
style=
"margin-right: 32px;"
>
注册
</a>
<a
href=
"#"
@
click=
"clickReset"
>
忘记密码?
</a>
<a
href=
"#"
@
click=
"clickReset"
>
忘记密码?
</a>
</div>
</div>
<!--
<div
class=
"link_foot"
><span>
技术支持:
</span><span>
QQ:855831766
</span><span
style=
"margin-left:10px"
>
联系电话:15598366392
</span></div>
-->
<div
class=
"link_foot"
><span>
技术支持:
</span><span>
QQ群:598325517
</span><span
style=
"margin-left:10px"
>
联系电话:0871-63563958
</span></div>
<!--
<a-button
type=
"primary"
@
click=
"ViewEvaluation"
>
查看
</a-button>
-->
</div>
</div>
</div>
</div>
</div>
</div>
<a-modal
v-model=
"visibleEvaluation"
title=
"评审专家须知"
width=
"90%"
:dialog-style=
"
{ top: '5%' }" :footer="null" destroyOnClose>
<score
v-model=
"id"
@
close=
"closeEvaluation"
ref=
"scoreEdit"
/>
</a-modal>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -154,7 +150,7 @@ export default {
...
@@ -154,7 +150,7 @@ export default {
this
.
formData
.
uuid
=
data
.
uuid
this
.
formData
.
uuid
=
data
.
uuid
this
.
codeUrl
=
data
.
img
this
.
codeUrl
=
data
.
img
}
}
}).
catch
(()
=>
{})
}).
catch
(()
=>
{
})
},
},
getOtherQuery
(
query
)
{
getOtherQuery
(
query
)
{
return
Object
.
keys
(
query
).
reduce
((
acc
,
cur
)
=>
{
return
Object
.
keys
(
query
).
reduce
((
acc
,
cur
)
=>
{
...
@@ -308,7 +304,7 @@ export default {
...
@@ -308,7 +304,7 @@ export default {
text-align: right;
text-align: right;
padding-right: 40px;
padding-right: 40px;
}
}
.link_foot{
.link_foot
{
padding: 6px 0px;
padding: 6px 0px;
color: #0079fe;
color: #0079fe;
}
}
...
...
src/views/report/project/components/projectEdit.vue
View file @
31f5611f
...
@@ -359,7 +359,7 @@
...
@@ -359,7 +359,7 @@
<a-form-model-item
prop=
"govFunding"
>
<a-form-model-item
prop=
"govFunding"
>
<!--
<a-input-number
v-model=
"formData.govFunding"
@
change=
"govFundingChange"
:min=
"0"
:step=
"0.01"
style=
"width: 100px"
/>
-->
<!--
<a-input-number
v-model=
"formData.govFunding"
@
change=
"govFundingChange"
:min=
"0"
:step=
"0.01"
style=
"width: 100px"
/>
-->
{{
formData
.
govFunding
}}
{{
formData
.
govFunding
}}
<span>
单位:
万元
</span>
<span>
万元
</span>
</a-form-model-item>
</a-form-model-item>
</a-col>
</a-col>
</a-row>
</a-row>
...
...
src/views/report/project/components/projectMemberEdit.vue
View file @
31f5611f
...
@@ -190,6 +190,104 @@
...
@@ -190,6 +190,104 @@
</div>
</div>
</a-col>
</a-col>
</a-row>
</a-row>
<a-row
type=
"flex"
v-if=
"!!!dataList||dataList.length==0"
>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"1"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"2"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
<a-col
:span=
"4"
>
<div
class=
"special-middle"
>
</div>
</a-col>
<a-col
:span=
"3"
>
<div
class=
"special-middle"
>
<div>
</div>
</div>
</a-col>
</a-row>
<a-row
type=
"flex"
>
<a-row
type=
"flex"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<a-col
:span=
"24"
style=
"text-align: center;"
>
<div
class=
"special-middle"
>
<div
class=
"special-middle"
>
...
...
static/css/antd.css
View file @
31f5611f
...
@@ -4344,7 +4344,7 @@ textarea.ant-input {
...
@@ -4344,7 +4344,7 @@ textarea.ant-input {
.ant-btn-dashed
{
.ant-btn-dashed
{
color
:
rgba
(
0
,
0
,
0
,
0.65
);
color
:
rgba
(
0
,
0
,
0
,
0.65
);
background-color
:
#fff
;
background-color
:
#fff
;
border-color
:
#
d9d9d9
;
border-color
:
#
1890ff
;
border-style
:
dashed
;
border-style
:
dashed
;
}
}
...
...
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