【update】vue模板input控件长度修改

This commit is contained in:
mzc5649
2021-04-23 16:26:36 +08:00
parent e73cc94e9f
commit 267951af9b
@@ -94,7 +94,7 @@
<#if po.readonly=='Y'>disabled</#if>>
</j-tree-select>
<#else>
<a-input v-decorator="['${po.fieldName}'${autoWriteRules(po)}]" placeholder="请输入${po.filedComment}" maxLength="${po.fieldLength}}" <#if po.readonly=='Y'>disabled</#if> ></a-input>
<a-input v-decorator="['${po.fieldName}'${autoWriteRules(po)}]" placeholder="请输入${po.filedComment}" :maxLength="${po.fieldLength}" <#if po.readonly=='Y'>disabled</#if> ></a-input>
</#if>
</a-form-item>
</a-col>