fix:修复bug
This commit is contained in:
parent
3342aac042
commit
94b4ae2125
@ -20,25 +20,25 @@
|
||||
show-word-limit
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="密码"
|
||||
clearable
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
prop="password"
|
||||
:class="{ 'is-required': !dataForm.id }"
|
||||
>
|
||||
<el-input v-model="dataForm.password" type="password" placeholder="密码"></el-input>
|
||||
<el-form-item label="密码" prop="password" :class="{ 'is-required': !dataForm.id }">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
v-model="dataForm.password"
|
||||
type="password"
|
||||
placeholder="密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="确认密码"
|
||||
clearable
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
prop="comfirmPassword"
|
||||
:class="{ 'is-required': !dataForm.id }"
|
||||
>
|
||||
<el-input v-model="dataForm.comfirmPassword" type="password" placeholder="确认密码"></el-input>
|
||||
<el-form-item label="确认密码" prop="comfirmPassword" :class="{ 'is-required': !dataForm.id }">
|
||||
<el-input
|
||||
clearable
|
||||
maxlength="20"
|
||||
show-word-limit
|
||||
v-model="dataForm.comfirmPassword"
|
||||
type="password"
|
||||
placeholder="确认密码"
|
||||
></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="邮箱" prop="email">
|
||||
<el-input v-model="dataForm.email" placeholder="邮箱"></el-input>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user