Commit f7899b41 authored by Zhang Xiaojie's avatar Zhang Xiaojie

绑定手机

parent 85c01968
......@@ -10,7 +10,7 @@
>
<a-form-model-item
label="绑定手机号"
:wrapper-col="{ span: 1, offset: 0 }"
:wrapper-col="{ span: 8, offset: 0 }"
>
<span>{{ userPhone }}</span>
</a-form-model-item>
......@@ -19,14 +19,14 @@
prop="code"
ref="changePwdCode"
:autoLink="false"
:wrapper-col="{ span: 4, offset: 0 }"
:wrapper-col="{ span: 3, offset: 0 }"
>
<code-input :phone="userPhone" @getCode="getCode" />
</a-form-model-item>
<a-form-model-item
label="新密码"
prop="newPass"
:wrapper-col="{ span: 4, offset: 0 }"
:wrapper-col="{ span: 3, offset: 0 }"
>
<a-input
v-model="changeByCodeForm.newPass"
......@@ -38,7 +38,7 @@
<a-form-model-item
label="确认密码"
prop="verifyPass"
:wrapper-col="{ span: 4, offset: 0 }"
:wrapper-col="{ span: 3, offset: 0 }"
>
<a-input
v-model="changeByCodeForm.verifyPass"
......@@ -48,7 +48,9 @@
/>
</a-form-model-item>
</a-form-model>
<a-form-model-item :wrapper-col="{ span: 1, offset: 10 }">
<a-button type="primary" @click="handleSubmission">提交</a-button>
</a-form-model-item>
</div>
</template>
......
......@@ -327,23 +327,6 @@ export const menuList: iMenuConfigItem[] = [
eRole.secondary_sub_clientManager,
],
},
{
getName: () => '绑定手机',
routeName: 'confirmPhone',
path: '/backend/security/confirmPhone',
component: () => import('@/views/Root/Security/changePhone.vue'),
onClick: (e: Event) => {},
roles: [
eRole.superManager,
eRole.platform_management,
eRole.firstLevel_branch,
eRole.firstLevel_sub_branch,
eRole.secondary_branch,
eRole.secondary_sub_branch,
eRole.firstLevel_sub_clientManager,
eRole.secondary_sub_clientManager,
],
},
],
roles: [
eRole.superManager,
......
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