|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<!-- 修改密码对话框 -->
|
|
|
- <el-dialog v-model="dialogVisible" title="修改密码1" width="500px" draggable :close-on-click-modal="false">
|
|
|
+ <el-dialog v-model="dialogVisible" title="修改密码" width="500px" draggable :close-on-click-modal="false">
|
|
|
<el-form ref="passwordFormRef" :model="passwordForm" :rules="passwordRules" label-width="100px" label-position="left">
|
|
|
<el-form-item label="输入原密码" prop="oldPassword">
|
|
|
<el-input v-model="passwordForm.oldPassword" type="password" placeholder="请输入原密码" show-password clearable />
|