Commit 5598c095 by Lyan

禅道bug修改

parent 856748f7
...@@ -13,10 +13,10 @@ ...@@ -13,10 +13,10 @@
}, },
{ {
pattern: usernamePattern, pattern: usernamePattern,
message: '注:用户名不能全为数字,且长度不得超过10字符', message: '用户名不能全为数字,且长度不得超过10字符',
},]"> },]">
<el-input v-model='form.userName' autocomplete='off'></el-input> <el-input v-model='form.userName' autocomplete='off'></el-input>
<!-- <p style="font-size: 13px;font-weight: 400;color: #F23535;line-height: 20px">注:用户名不能全为数字,且长度不得超过10字符</p> --> <p style="font-size: 13px;font-weight: 400;color: #F23535;line-height: 20px">注:用户名不能全为数字,且长度不得超过10字符</p>
</el-form-item> </el-form-item>
<el-form-item label='E-mail地址' <el-form-item label='E-mail地址'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment