diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index afd5596f..b93776e6 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -141,7 +141,7 @@ const handleCreate = async () => { label: '用户名称', component: 'Input' }, - 0 + 4 ) unref(formRef)?.addSchema( { @@ -149,7 +149,7 @@ const handleCreate = async () => { label: '用户密码', component: 'InputPassword' }, - 1 + 5 ) } }