提交 3d8a4909 编写于 作者: X xiongchun

前端页面优化

上级 77a73617
......@@ -4,7 +4,7 @@
<el-form :model="form" :rules="rules" :disabled="mode == 'show'" ref="dialogForm" label-width="80px"
label-position="right">
<el-form-item label="登录账号" prop="userName">
<el-input v-model="form.userName" placeholder="请输入登录账号" maxlength="20" show-word-limit clearable>
<el-input v-model="form.userName" placeholder="请输入登录账号" maxlength="20" onkeyup="value=value.replace(/[^\x00-\xff]/g, '')" show-word-limit clearable>
</el-input>
</el-form-item>
<template v-if="mode == 'add'">
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册