【update】vue模板空间长度
This commit is contained in:
+1
-1
@@ -94,7 +94,7 @@
|
|||||||
<#if po.readonly=='Y'>disabled</#if>>
|
<#if po.readonly=='Y'>disabled</#if>>
|
||||||
</j-tree-select>
|
</j-tree-select>
|
||||||
<#else>
|
<#else>
|
||||||
<a-input v-decorator="['${po.fieldName}'${autoWriteRules(po)}]" placeholder="请输入${po.filedComment}" <#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>
|
</#if>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
Reference in New Issue
Block a user