mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 13:37:45 +08:00
修复个人中心基本设置无法输入的问题
This commit is contained in:
parent
c93f635a9d
commit
e1ea667eb1
@ -41,7 +41,7 @@ function editPassword() {
|
||||
<h2>基本设置</h2>
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="16">
|
||||
<el-form ref="form" :model="form" label-width="120px" label-suffix=":">
|
||||
<el-form ref="formRef" :model="form" label-width="120px" label-suffix=":">
|
||||
<el-form-item label="名 称">
|
||||
<el-input v-model="form.name" placeholder="请输入你的名称" />
|
||||
</el-form-item>
|
||||
|
Loading…
Reference in New Issue
Block a user