Conflicts:
	README.md
This commit is contained in:
疯狂的狮子li
2021-01-15 15:08:50 +08:00
3 changed files with 5 additions and 3 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