This commit is contained in:
caohong
2021-01-14 14:58:51 +08:00
3 changed files with 7 additions and 5 deletions

View File

@@ -253,6 +253,7 @@ import ImageUpload from '@/components/ImageUpload';
#break
#end
#end
#foreach($column in $columns)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "fileUpload")
import FileUpload from '@/components/FileUpload';
#break