提交 45559095 编写于 作者: KK's avatar KK

表单新增属性值规则 -- 正则式 --fix2

上级 f02e83a4
...@@ -307,7 +307,7 @@ import schema from 'async-validator'; ...@@ -307,7 +307,7 @@ import schema from 'async-validator';
<#if condItem.getParamValue?? && condItem.getParamValue()??>paramValue:"${condItem.getParamValue()}",</#if> <#if condItem.getParamValue?? && condItem.getParamValue()??>paramValue:"${condItem.getParamValue()}",</#if>
<#if condItem.getParamType?? && condItem.getParamType()??>paramType:"${condItem.getParamType()}",</#if> <#if condItem.getParamType?? && condItem.getParamType()??>paramType:"${condItem.getParamType()}",</#if>
<#if condItem.isNotMode?? && condItem.isNotMode()??>isNotMode:${condItem.isNotMode()?c},</#if> <#if condItem.isNotMode?? && condItem.isNotMode()??>isNotMode:${condItem.isNotMode()?c},</#if>
<#if condItem.getRegExCode?? && condItem.getRegExCode()??>RegExCode:${condItem.getRegExCode()},</#if> <#if condItem.getRegExCode?? && condItem.getRegExCode()??>RegExCode:/${condItem.getRegExCode()}/,</#if>
}, },
</#list> </#list>
</#if>], </#if>],
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册