| | |
| | | label-position="left"> |
| | | <el-form-item prop="ResetName" v-if="loginProgress ==2"> |
| | | <el-input |
| | | id="ResetName" |
| | | ref="ResetName" |
| | | v-model="vertifyForm.ResetName" |
| | | autofocus="autofocus" |
| | |
| | | type="text" |
| | | auto-complete="on" |
| | | placeholder="请输入验证码" |
| | | @keyup.enter.native="handleVertify" /> |
| | | @keyup.enter.native="handleVertify" id="ResetCode"/> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-button |
| | |
| | | label-position="left"> |
| | | <el-form-item prop="newPsd" label="新密码" v-if="loginProgress ==3"> |
| | | <el-input |
| | | id="newPsd" |
| | | ref="newPsd" |
| | | v-model="resetForm.newPsd" |
| | | autofocus="autofocus" |
| | |
| | | </el-form-item> |
| | | <el-form-item prop="newPsdSceond" label="确认新密码" v-if="loginProgress ==3"> |
| | | <el-input |
| | | id="newPsdSceond" |
| | | ref="newPsdSceond" |
| | | v-model="resetForm.newPsdSceond" |
| | | autofocus="autofocus" |