Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
8a5bcc56
Commit
8a5bcc56
authored
Oct 17, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加修改个人信息
parent
3165615b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1440 additions
and
4 deletions
+1440
-4
App.vue
src/App.vue
+1
-1
PersonalInfoSet.vue
src/components/PersonalInfoSet.vue
+1417
-0
index.vue
src/components/index.vue
+14
-3
config.js
src/router/config.js
+8
-0
No files found.
src/App.vue
View file @
8a5bcc56
...
...
@@ -173,7 +173,7 @@ export default {
}
</
script
>
<
style
>
@import
"//at.alicdn.com/t/font_635492_
04cmbkb1wq28
.css"
;
@import
"//at.alicdn.com/t/font_635492_
3v2juwulgcc
.css"
;
@import
"./assets/css/Semibold.css"
;
@import
"./assets/css/global/config.css"
;
@import
"./assets/css/fileIcon.css"
;
...
...
src/components/PersonalInfoSet.vue
0 → 100644
View file @
8a5bcc56
This diff is collapsed.
Click to expand it.
src/components/index.vue
View file @
8a5bcc56
...
...
@@ -187,16 +187,23 @@
常用付款对象
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"settingSys"
>
<!-- <el-dropdown-item class="clearfix _dropdown_other" @click.native="settingSys">
<i class="iconfont icon-menu-shezhi1" style="color:#2c3e50"></i>
设置
<i class="iconfont icon-right1"></i>
</el-dropdown-item> -->
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native=
"goUrlPersonal()"
>
<i
class=
"iconfont icon-menu-shezhi1"
style=
"color:#2c3e50"
></i>
设置
<i
class=
"iconfont icon-right1"
></i>
</el-dropdown-item>
<!-- <el-dropdown-item class="clearfix _dropdown_other">
<i class="iconfont icon-menu-shezhi"></i>
设置
</el-dropdown-item> -->
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native =
"exit"
>
</el-dropdown-item> -->
<el-dropdown-item
class=
"clearfix _dropdown_other"
@
click
.
native =
"exit"
>
<i
class=
"iconfont icon-menu-tuichu"
style=
"color:#c0392b"
></i>
退出
<i
class=
"iconfont icon-right1"
></i>
...
...
@@ -3520,6 +3527,10 @@ export default {
let
eid
=
this
.
getLocalStorage
().
EmployeeId
;
this
.
$router
.
push
({
path
:
'empBankAccount'
,
query
:
{
id
:
eid
,
type
:
10
,
blank
:
'y'
}
});
},
//跳转至个人信息设置
goUrlPersonal
(){
this
.
$router
.
push
({
path
:
'PersonalInfoSet'
,
query
:{}
});
},
getMenu
()
{
var
tempList
=
this
.
getLocalStorage
().
UserMenu
;
tempList
.
forEach
(
x
=>
{
...
...
src/router/config.js
View file @
8a5bcc56
...
...
@@ -3995,6 +3995,14 @@ export default {
title
:
'个人中心'
}
},
{
path
:
'/PersonalInfoSet'
,
//个人信息设置
name
:
'PersonalInfoSet'
,
component
:
resolve
=>
require
([
'@/components/PersonalInfoSet'
],
resolve
),
meta
:
{
title
:
'个人信息设置'
}
},
{
path
:
'/magic'
,
//供应商一级页面
name
:
'magic'
,
...
...
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