refactor: 个人信息中邮箱支持修改

--story=1005621 --user=周骏弘 个人信息中的邮箱支持修改 https://www.tapd.cn/55049933/s/1101903
This commit is contained in:
junhong 2022-02-08 16:46:27 +08:00 committed by 刘瑞斌
parent 20e1c16e09
commit dfd459b496
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<el-input v-model="form.name" autocomplete="off"/>
</el-form-item>
<el-form-item :label="$t('commons.email')" prop="email">
<el-input v-model="form.email" autocomplete="off" :disabled="!isLocalUser"/>
<el-input v-model="form.email" autocomplete="off"/>
</el-form-item>
<el-form-item :label="$t('commons.phone')" prop="phone">
<el-input v-model="form.phone" autocomplete="off"/>