diff --git a/apps/web-antd/src/views/infra/fileConfig/data.ts b/apps/web-antd/src/views/infra/fileConfig/data.ts index 11ea4475..84d1178e 100644 --- a/apps/web-antd/src/views/infra/fileConfig/data.ts +++ b/apps/web-antd/src/views/infra/fileConfig/data.ts @@ -37,14 +37,6 @@ export function useFormSchema(): VbenFormSchema[] { show: (formValues) => !formValues.id, }, }, - { - fieldName: 'remark', - label: '备注', - component: 'Textarea', - componentProps: { - placeholder: '请输入备注', - }, - }, // DB / Local / FTP / SFTP { fieldName: 'config.basePath', @@ -222,6 +214,14 @@ export function useFormSchema(): VbenFormSchema[] { show: (formValues) => !!formValues.storage, }, }, + { + fieldName: 'remark', + label: '备注', + component: 'Textarea', + componentProps: { + placeholder: '请输入备注', + }, + }, ]; } diff --git a/apps/web-antd/src/views/infra/fileConfig/index.vue b/apps/web-antd/src/views/infra/fileConfig/index.vue index 923387f6..9f0c5332 100644 --- a/apps/web-antd/src/views/infra/fileConfig/index.vue +++ b/apps/web-antd/src/views/infra/fileConfig/index.vue @@ -135,10 +135,10 @@ const [Grid, gridApi] = useVbenVxeGrid({