【修复】代码生成的前端,输入查询改为模糊查询

This commit is contained in:
zer0Black
2021-11-09 15:38:25 +08:00
parent 591f8aaeb2
commit 56c6dc992f
@@ -58,10 +58,10 @@
<#elseif po.dictField?default("")?trim?length gt 1> <#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}"/> <#if query_field_no gt 1> </#if><j-dict-select-tag placeholder="请选择${po.filedComment}" v-model="queryParam.${po.fieldName}" dictCode="${po.dictField}"/>
<#else> <#else>
<#if query_field_no gt 1> </#if><a-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></a-input> <#if query_field_no gt 1> </#if><j-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></j-input>
</#if> </#if>
<#else> <#else>
<#if query_field_no gt 1> </#if><a-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></a-input> <#if query_field_no gt 1> </#if><j-input placeholder="请输入${po.filedComment}" v-model="queryParam.${po.fieldName}"></j-input>
</#if> </#if>
<#if query_field_no gt 1> </#if></a-form-item> <#if query_field_no gt 1> </#if></a-form-item>
<#if query_field_no gt 1> </#if></a-col> <#if query_field_no gt 1> </#if></a-col>