Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bms-vue-obear
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
daywrite
bms-vue-obear
Commits
9e67dcf8
Commit
9e67dcf8
authored
May 12, 2019
by
daywrite
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复个人信息修改密码跳转url
parent
5e25a160
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
accountForm.vue
src/components/account/accountForm.vue
+3
-0
accountHome.vue
src/components/account_list/accountHome.vue
+5
-1
No files found.
src/components/account/accountForm.vue
View file @
9e67dcf8
...
@@ -70,16 +70,19 @@
...
@@ -70,16 +70,19 @@
<el-input
<el-input
class=
"ec-input-normal"
class=
"ec-input-normal"
size=
"mini"
size=
"mini"
style=
"width: 100px;"
v-model
.
trim=
"model.telephone_area_code"
>
v-model
.
trim=
"model.telephone_area_code"
>
</el-input>
</el-input>
<el-input
<el-input
class=
"ec-input-normal"
class=
"ec-input-normal"
size=
"mini"
size=
"mini"
style=
"width: 313px;"
v-model
.
trim=
"model.telephone"
>
v-model
.
trim=
"model.telephone"
>
</el-input>
</el-input>
<el-input
<el-input
class=
"ec-input-normal"
class=
"ec-input-normal"
size=
"mini"
size=
"mini"
style=
"width: 100px;"
v-model
.
trim=
"model.telephone_extension_number"
>
v-model
.
trim=
"model.telephone_extension_number"
>
</el-input>
</el-input>
</el-form-item>
</el-form-item>
...
...
src/components/account_list/accountHome.vue
View file @
9e67dcf8
...
@@ -251,7 +251,11 @@ export default {
...
@@ -251,7 +251,11 @@ export default {
// 7.操作
// 7.操作
// 修改密码
// 修改密码
changePasswordEvent
()
{},
changePasswordEvent
()
{
this
.
$router
.
push
({
path
:
'/app-v/profile/ProfileChangePwd'
})
},
// 删除
// 删除
deleteEvent
(
id
)
{
deleteEvent
(
id
)
{
let
deleteTip
=
'删除账户'
let
deleteTip
=
'删除账户'
...
...
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