NEZ-874 fix: 修复user 字段字符长度问题

This commit is contained in:
@changcode
2021-08-03 10:10:29 +08:00
parent 2b42c677ad
commit 86e2db2330

View File

@@ -35,7 +35,7 @@
</el-form-item>
<!--mobile-->
<el-form-item :label="$t('config.user.mobile')" prop="mobile">
<el-input id="account-input-mobile" v-model.number="editUser.mobile" maxlength="64" show-word-limit placeholder="" size="small" type="text"></el-input>
<el-input id="account-input-mobile" v-model="editUser.mobile" maxlength="64" show-word-limit placeholder="" size="small" type="text"></el-input>
</el-form-item>
<!--roles-->
<el-form-item :label="$t('config.user.roles')" prop="roleIds">