代码生成的vue模板,去除重复的代码

This commit is contained in:
zer0Black
2022-02-02 14:01:26 +08:00
parent f678b9514b
commit 7aec8e1799
@@ -58,9 +58,6 @@
<#elseif po.dictField?default("")?trim?length gt 1>
<#if query_field_no gt 1> </#if><j-dict-select-tag placeholder="请选择${po.filedComment}" v-model="queryParam.${po.fieldName}" dictCode="${po.dictField}"/>
<#else>
<#if query_field_no gt 1> </#if><j-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></j-input>
</#if>
<#else>
<#if query_field_no gt 1> </#if><j-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></j-input>
</#if>
<#if query_field_no gt 1> </#if></a-form-item>