asher
2021-03-04 f938a24df00809418ff83859aa4041c4fc83a505
ruoyi-generator/src/main/resources/vm/vue/index-tree.vue.vm
@@ -253,6 +253,7 @@
#break
#end
#end
#foreach($column in $columns)
#if($column.insert && !$column.superColumn && !$column.pk && $column.htmlType == "fileUpload")
import FileUpload from '@/components/FileUpload';
#break