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
2803a089
Commit
2803a089
authored
Dec 09, 2024
by
wangxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
222223
parent
2003f554
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
LayoutHeader.vue
src/components/layout/LayoutHeader.vue
+0
-1
index.js
src/router/index.js
+11
-1
Index.vue
src/views/basicSetting/unit/Index.vue
+1
-1
common.less
static/css/common.less
+1
-1
No files found.
src/components/layout/LayoutHeader.vue
View file @
2803a089
...
...
@@ -129,7 +129,6 @@ export default {
if
(
this
.
userInfo
.
projType
&&
this
.
userInfo
.
type
===
'3'
)
{
this
.
isKeyPoint
=
(
this
.
userInfo
.
projType
==
'2'
?
true
:
false
)
this
.
systemTitle
=
process
.
env
.
VUE_APP_SYSTEM_TITLE
// this.systemTitle = process.env.VUE_APP_SYSTEM_TITLE + (this.userInfo.projType == '2' ? '--重点学科申报' : '--科研项目申报')
}
else
this
.
systemTitle
=
process
.
env
.
VUE_APP_SYSTEM_TITLE
},
...
...
src/router/index.js
View file @
2803a089
...
...
@@ -86,7 +86,7 @@ export const routes = [
hidden
:
true
},
{
path
:
'/
i
nfo'
,
path
:
'/
personI
nfo'
,
name
:
'personInfo'
,
component
:
Layout
,
meta
:
{
title
:
'个人设置'
,
icon
:
'el-icon-user'
},
...
...
@@ -95,6 +95,16 @@ export const routes = [
{
path
:
'/person/info'
,
name
:
'个人设置'
,
component
:
()
=>
import
(
'@/views/basicSetting/person/index.vue'
),
meta
:
{
title
:
'个人设置'
,
icon
:
''
,
noCache
:
true
}
},
]
},
{
path
:
'/unitInfo'
,
name
:
'personInfo'
,
component
:
Layout
,
meta
:
{
title
:
'个人设置'
,
icon
:
'el-icon-user'
},
hidden
:
false
,
children
:
[
{
path
:
'/unit/info'
,
name
:
'单位基础信息设置'
,
component
:
()
=>
import
(
'@/views/basicSetting/unit/index.vue'
),
meta
:
{
title
:
'个人设置'
,
icon
:
''
,
noCache
:
true
}
},
]
},
{
path
:
'/personal'
,
name
:
'report'
,
...
...
src/views/basicSetting/unit/Index.vue
View file @
2803a089
...
...
@@ -92,7 +92,7 @@
</a-form-model-item>
<a-row>
<a-col
style=
"text-align: center;width:100%;"
>
<a-button
type=
"primary"
style=
"width:
50%
;"
@
click=
"submit"
>
保存
</a-button>
<a-button
type=
"primary"
style=
"width:
80px
;"
@
click=
"submit"
>
保存
</a-button>
</a-col>
</a-row>
</a-form-model>
...
...
static/css/common.less
View file @
2803a089
...
...
@@ -449,7 +449,7 @@
.header_btn {
position: absolute;
top: 0px;
right: 0px;
right:
2
0px;
text-align: right;
max-width: 350px;
line-height: 46px;
...
...
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