feat:增加 fileConfig 文件配置(全部)、file 文件(部分)

This commit is contained in:
YunaiV
2025-04-07 10:22:27 +08:00
parent 1a3657b2bf
commit b4d1c678fd
19 changed files with 1044 additions and 13 deletions

View File

@@ -20,7 +20,6 @@ export function useFormSchema(): VbenFormSchema[] {
{
component: 'Input',
fieldName: 'id',
label: 'id',
dependencies: {
triggerFields: [''],
show: () => false,
@@ -143,7 +142,6 @@ export function useResetPasswordFormSchema(): VbenFormSchema[] {
{
component: 'Input',
fieldName: 'id',
label: 'id',
dependencies: {
triggerFields: [''],
show: () => false,
@@ -185,7 +183,6 @@ export function useAssignRoleFormSchema(): VbenFormSchema[] {
{
component: 'Input',
fieldName: 'id',
label: 'id',
dependencies: {
triggerFields: [''],
show: () => false,