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

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

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