fix: 登陆->登录 #126

parent b5579dcd
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<a-input placeholder="h3gSbecd"/> <a-input placeholder="h3gSbecd"/>
</a-form-item> </a-form-item>
<a-form-item <a-form-item
label="登密码" label="登密码"
:required="false" :required="false"
> >
<a-input placeholder="密码"/> <a-input placeholder="密码"/>
......
...@@ -79,7 +79,7 @@ export default { ...@@ -79,7 +79,7 @@ export default {
dataIndex: 'description' dataIndex: 'description'
}, },
{ {
title: '登陆次数', title: '登录次数',
dataIndex: 'callNo', dataIndex: 'callNo',
sorter: true, sorter: true,
needTotal: true, needTotal: true,
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
:tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }" :tabBarStyle="{ textAlign: 'center', borderBottom: 'unset' }"
@change="handleTabClick" @change="handleTabClick"
> >
<a-tab-pane key="tab1" tab="账号密码登"> <a-tab-pane key="tab1" tab="账号密码登">
<a-form-item> <a-form-item>
<a-input <a-input
size="large" size="large"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
</a-input> </a-input>
</a-form-item> </a-form-item>
</a-tab-pane> </a-tab-pane>
<a-tab-pane key="tab2" tab="手机号登"> <a-tab-pane key="tab2" tab="手机号登">
<a-form-item> <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-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)' }"/> <a-icon slot="prefix" type="mobile" :style="{ color: 'rgba(0,0,0,.25)' }"/>
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
</a-tabs> </a-tabs>
<a-form-item> <a-form-item>
<a-checkbox v-decorator="['rememberMe']">自动登</a-checkbox> <a-checkbox v-decorator="['rememberMe']">自动登</a-checkbox>
<router-link <router-link
:to="{ name: 'recover', params: { user: 'aaa'} }" :to="{ name: 'recover', params: { user: 'aaa'} }"
class="forge-password" class="forge-password"
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</a-form-item> </a-form-item>
<div class="user-login-other"> <div class="user-login-other">
<span>其他登方式</span> <span>其他登方式</span>
<a> <a>
<a-icon class="item-icon" type="alipay-circle"></a-icon> <a-icon class="item-icon" type="alipay-circle"></a-icon>
</a> </a>
......
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