perf: 优化创建用户form的字段label显示

This commit is contained in:
“huailei000”
2023-01-17 17:12:24 +08:00
committed by huailei
parent bba4750ec3
commit 49eeb7e8a2

View File

@@ -66,10 +66,11 @@ export default {
}
},
need_update_password: {
label: this.$t('users.needUpdatePasswordNextLogin'),
type: 'checkbox-group',
component: null, // 覆盖默认生成的 component
el: {
style: 'margin-top: -20px;margin-bottom: -10px'
style: 'margin-bottom: -10px'
},
options: [
{