【修复】代码生成的前端,输入查询改为模糊查询
This commit is contained in:
+2
-2
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user