diff --git a/ruoyi-generator/src/main/resources/vm/html/add.html.vm b/ruoyi-generator/src/main/resources/vm/html/add.html.vm index 62e85d366..80b8ffffc 100644 --- a/ruoyi-generator/src/main/resources/vm/html/add.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/add.html.vm @@ -40,7 +40,7 @@ #set($dictType=$column.dictType) #if("" != $treeParentCode && $column.javaField == $treeParentCode)
- +
#set($BusinessName=$businessName.substring(0,1).toUpperCase() + ${businessName.substring(1)}) @@ -78,7 +78,7 @@
#elseif($column.htmlType == "select" && "" != $dictType)
- +
@@ -97,7 +97,7 @@
#elseif($column.htmlType == "checkbox" && "" != $dictType)
- +
#elseif($column.htmlType == "checkbox" && $dictType)
- +
#elseif($column.htmlType == "radio" && "" != $dictType)
- +
@@ -126,7 +126,7 @@
#elseif($column.htmlType == "radio" && $dictType)
- +
@@ -137,7 +137,7 @@
#elseif($column.htmlType == "datetime")
- +
@@ -147,7 +147,7 @@
#elseif($column.htmlType == "textarea")
- +
diff --git a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm index 0e37bfbc0..539c72a65 100644 --- a/ruoyi-generator/src/main/resources/vm/html/edit.html.vm +++ b/ruoyi-generator/src/main/resources/vm/html/edit.html.vm @@ -41,7 +41,7 @@ #set($dictType=$column.dictType) #if("" != $treeParentCode && $column.javaField == $treeParentCode)
- +
#set($BusinessName=$businessName.substring(0,1).toUpperCase() + ${businessName.substring(1)}) @@ -78,7 +78,7 @@
#elseif($column.htmlType == "select" && "" != $dictType)
- +
@@ -97,7 +97,7 @@
#elseif($column.htmlType == "checkbox" && "" != $dictType)
- +
#elseif($column.htmlType == "checkbox" && $dictType)
- +
#elseif($column.htmlType == "radio" && "" != $dictType)
- +
@@ -126,7 +126,7 @@
#elseif($column.htmlType == "radio" && $dictType)
- +
@@ -137,7 +137,7 @@
#elseif($column.htmlType == "datetime")
- +
@@ -147,7 +147,7 @@
#elseif($column.htmlType == "textarea")
- +