From 255799ea3a0c94cfc81d815c6e920811190e30a5 Mon Sep 17 00:00:00 2001 From: Ricky <11748854@qq.com> Date: Fri, 4 Sep 2020 11:56:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E4=BB=A3=E7=A0=81=E8=A1=A5?= =?UTF-8?q?=E5=85=85=E5=BF=85=E5=A1=AB=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/vm/html/add.html.vm | 18 +++++++++--------- .../src/main/resources/vm/html/edit.html.vm | 18 +++++++++--------- 2 files changed, 18 insertions(+), 18 deletions(-) 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")
- +