Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
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
tianzhuanghu
ant-design-pro-vue
Commits
dbdebca1
Unverified
Commit
dbdebca1
authored
Mar 13, 2019
by
JianFeng Ren (mynuolr)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 登陆->登录 #126
parent
b5579dcd
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
BaseSetting.vue
src/views/account/settings/BaseSetting.vue
+1
-1
TreeList.vue
src/views/list/TreeList.vue
+1
-1
Login.vue
src/views/user/Login.vue
+4
-4
No files found.
src/views/account/settings/BaseSetting.vue
View file @
dbdebca1
...
...
@@ -38,7 +38,7 @@
<a-input
placeholder=
"h3gSbecd"
/>
</a-form-item>
<a-form-item
label=
"登
陆
密码"
label=
"登
录
密码"
:required=
"false"
>
<a-input
placeholder=
"密码"
/>
...
...
src/views/list/TreeList.vue
View file @
dbdebca1
...
...
@@ -79,7 +79,7 @@ export default {
dataIndex
:
'description'
},
{
title
:
'登
陆次数'
,
title
:
'登
录次数'
,
dataIndex
:
'callNo'
,
sorter
:
true
,
needTotal
:
true
,
...
...
src/views/user/Login.vue
View file @
dbdebca1
...
...
@@ -12,7 +12,7 @@
:tabBarStyle=
"
{ textAlign: 'center', borderBottom: 'unset' }"
@change="handleTabClick"
>
<a-tab-pane
key=
"tab1"
tab=
"账号密码登
陆
"
>
<a-tab-pane
key=
"tab1"
tab=
"账号密码登
录
"
>
<a-form-item>
<a-input
size=
"large"
...
...
@@ -42,7 +42,7 @@
</a-input>
</a-form-item>
</a-tab-pane>
<a-tab-pane
key=
"tab2"
tab=
"手机号登
陆
"
>
<a-tab-pane
key=
"tab2"
tab=
"手机号登
录
"
>
<a-form-item>
<a-input
size=
"large"
type=
"text"
placeholder=
"手机号"
v-decorator=
"['mobile',
{rules: [{ required: true, pattern: /^1[34578]\d{9}$/, message: '请输入正确的手机号' }], validateTrigger: 'change'}]">
<a-icon
slot=
"prefix"
type=
"mobile"
:style=
"
{ color: 'rgba(0,0,0,.25)' }"/>
...
...
@@ -71,7 +71,7 @@
</a-tabs>
<a-form-item>
<a-checkbox
v-decorator=
"['rememberMe']"
>
自动登
陆
</a-checkbox>
<a-checkbox
v-decorator=
"['rememberMe']"
>
自动登
录
</a-checkbox>
<router-link
:to=
"
{ name: 'recover', params: { user: 'aaa'} }"
class="forge-password"
...
...
@@ -91,7 +91,7 @@
</a-form-item>
<div
class=
"user-login-other"
>
<span>
其他登
陆
方式
</span>
<span>
其他登
录
方式
</span>
<a>
<a-icon
class=
"item-icon"
type=
"alipay-circle"
></a-icon>
</a>
...
...
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