From ab2b27381a90992689a0b296fc5b9ccb5fa92862 Mon Sep 17 00:00:00 2001 From: xialuotang Date: Fri, 31 Dec 2021 11:08:12 +0800 Subject: [PATCH] =?UTF-8?q?if(""=20!=3D=20dictType)=E5=92=8Cif(dictType)?= =?UTF-8?q?=E7=9A=84=E6=84=8F=E4=B9=89=E6=98=AF=E4=B8=80=E6=A0=B7=E7=9A=84?= =?UTF-8?q?=EF=BC=8C=E5=88=A4=E6=96=AD=E4=B8=8D=E7=AD=89=E4=BA=8E=E7=A9=BA?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2=EF=BC=8C=E5=92=8C=E5=88=A4=E6=96=AD?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E7=9A=84=E7=BB=93=E6=9E=9C=E6=98=AF=E4=B8=80?= =?UTF-8?q?=E6=A0=B7=E7=9A=84=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-generator/src/main/resources/vm/vue/index.vue.vm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm index 52adeaade..d6939c081 100644 --- a/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm +++ b/ruoyi-generator/src/main/resources/vm/vue/index.vue.vm @@ -217,7 +217,7 @@ > -#elseif($column.htmlType == "select" && $dictType) +#elseif($column.htmlType == "select" && "" == $dictType) @@ -234,7 +234,7 @@ -#elseif($column.htmlType == "checkbox" && $dictType) +#elseif($column.htmlType == "checkbox" && "" == $dictType) 请选择字典生成 @@ -251,7 +251,7 @@ >{{dict.label}} -#elseif($column.htmlType == "radio" && $dictType) +#elseif($column.htmlType == "radio" && "" == $dictType) 请选择字典生成