diff --git a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts index 568a367..0bbbf50 100644 --- a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts +++ b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts @@ -403,6 +403,11 @@ export const MoldMilestone = useCrudSchemas(reactive([ } } }, + { + label: '文件', + field: 'fileList', + sort: 'custom', + }, { label: '操作', field: 'action',