Commit 2803a089 authored by wangxl's avatar wangxl

222223

parent 2003f554
......@@ -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
},
......
......@@ -86,7 +86,7 @@ export const routes = [
hidden: true
},
{
path: '/info',
path: '/personInfo',
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',
......
......@@ -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>
......
......@@ -449,7 +449,7 @@
.header_btn {
position: absolute;
top: 0px;
right: 0px;
right: 20px;
text-align: right;
max-width: 350px;
line-height: 46px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment