chore: 改为hideLabel

This commit is contained in:
dap 2024-11-29 16:03:16 +08:00
parent 0950022f09
commit 3afb8395a7
2 changed files with 7 additions and 7 deletions

View File

@ -99,7 +99,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider1',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '基本信息',
}),
@ -134,7 +134,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider2',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '认证信息',
}),
@ -157,7 +157,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider3',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '其他信息',
}),

View File

@ -101,7 +101,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider1',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '基本信息',
}),
@ -132,7 +132,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider2',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '管理员信息',
}),
@ -167,7 +167,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider3',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '租户设置',
}),
@ -236,7 +236,7 @@ export const drawerSchema: FormSchemaGetter = () => [
orientation: 'center',
},
fieldName: 'divider4',
labelClass: 'w-0',
hideLabel: true,
renderComponentContent: () => ({
default: () => '企业信息',
}),