-
- 是否更新已经存在的${functionName}
-
-
1、仅允许导入xls、xlsx格式文件;
-
下载模板
+
+
+
+ 将文件拖到此处,或点击上传
+
+
+ 是否更新已经存在的${functionName}
-
-
-
+
+
+
@@ -194,8 +194,25 @@
#else
#set($comment=$column.columnComment)
#end
-#set($dictType=$column.dictType)
- {{ form.${field} }}
+
+#if($column.htmlType == "imageUpload")
+
+
+
+
+
+#elseif($column.htmlType == "editor")
+ {{ form.${field} }}
+#elseif($column.htmlType == "fileUpload")
+
+
+
+
+
+#else
+ {{ form.${field} }}
+ #end
+
#end
#end
#end