表单输入默认去掉前后空格 - xinwu-yang/cube-vue GitHub Wiki

使用 .trim

<a-input placeholder="请输入角色编码" v-decorator.trim="[ 'roleCode', validatorRules.roleCode]" />