Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tujiajun committed Jul 8, 2024
1 parent 736dc51 commit 4c83c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ export async function getTableColumns(object, fields, options){
toggled: field.toggled,
static: true,
className,
// ...await getAmisFileReadonlySchema(field)
...await getAmisFileReadonlySchema(field)
}, fieldAmis, {name: field.name});
}
else if(field.type === 'select'){
Expand Down

0 comments on commit 4c83c36

Please sign in to comment.