From ba50073d4aeda7a1e30243e6469be9c2cec472b3 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期六, 08 十月 2022 18:17:25 +0800 Subject: [PATCH] 修改检索显示的摄像机地址,调整上报页面的查询 --- src/views/register/components/ResetPassword.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/register/components/ResetPassword.vue b/src/views/register/components/ResetPassword.vue index ffcab2b..135a0b1 100644 --- a/src/views/register/components/ResetPassword.vue +++ b/src/views/register/components/ResetPassword.vue @@ -15,7 +15,7 @@ <div class="phoneNum"> <el-input placeholder="璇疯緭鍏ユ敞鍐屾墜鏈哄彿" - v-model="formData.phoneNum" + v-model.trim="formData.phoneNum" class="input-with-select" > </el-input> @@ -43,22 +43,22 @@ </el-form-item> <el-form-item prop="password"> - <el-input + <PwInput show-password v-model="formData.password" placeholder="璇疯缃�6-14浣嶇櫥褰曞瘑鐮�" > - </el-input> + </PwInput> <div class="iconfont"></div> </el-form-item> <el-form-item prop="repassword"> - <el-input + <PwInput show-password v-model="formData.repassword" placeholder="纭瀵嗙爜" > - </el-input> + </PwInput> <div class="iconfont"></div> </el-form-item> -- Gitblit v1.8.0