Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cdsf-static-bg
Project
Overview
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
姜雷
cdsf-static-bg
Commits
3ae0a84b
Commit
3ae0a84b
authored
Oct 11, 2018
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增用户初始密码提示
parent
e0fe36e3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
account.vue
src/containers/system/account/account.vue
+5
-0
No files found.
src/containers/system/account/account.vue
View file @
3ae0a84b
...
@@ -77,6 +77,11 @@
...
@@ -77,6 +77,11 @@
<el-form-item
label=
"性别"
label-width=
"200px"
>
<el-form-item
label=
"性别"
label-width=
"200px"
>
<el-radio
v-for=
"(sex, index) in sexOptions"
:key=
"index"
v-model=
"selected.sex"
:label=
"sex.value"
>
{{sex.label}}
</el-radio>
<el-radio
v-for=
"(sex, index) in sexOptions"
:key=
"index"
v-model=
"selected.sex"
:label=
"sex.value"
>
{{sex.label}}
</el-radio>
</el-form-item>
</el-form-item>
<el-form-item
v-if=
"editType === 0"
label-width=
"200px"
>
<p
style=
"color:red"
>
用户初始密码为:123456
</p>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"resetEditDialog"
>
取 消
</el-button>
<el-button
@
click=
"resetEditDialog"
>
取 消
</el-button>
...
...
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