解决2.3 [bug]online表单开发的权限控制使用报错#1733 \ IE11兼容问题

This commit is contained in:
zhangdaiscott
2020-09-14 23:53:33 +08:00
parent bb72341519
commit 4570a21a63
3 changed files with 13 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
size="large"
v-decorator="['username',validatorRules.username,{ validator: this.handleUsernameOrEmail }]"
type="text"
placeholder="请输入帐户名 / jeecg">
placeholder="请输入帐户名 / admin">
<a-icon slot="prefix" type="user" :style="{ color: 'rgba(0,0,0,.25)' }"/>
</a-input>
</a-form-item>