提交 ad27066c 编写于 作者: Mosher's avatar Mosher

update:门户部件支持最大值

上级 bd7e24d6
......@@ -6,7 +6,10 @@
:value="this.data.${editor.name}"
@change="($event)=>{this.data.${editor.name} = $event} "
:disabled="detailsModel.${editor.name}.disabled"
style="${editor.getEditorCssStyle()}">
style="${editor.getEditorCssStyle()}"
<#if item.getEditorParam('max','') != ''>
:max="${item.getEditorParam('max','')}"
</#if>
<#if item.getPSCodeList?? && item.getPSCodeList()??>
<#assign codelist=item.getPSCodeList()>
tag='${codelist.codeName}' <#t>
......@@ -15,5 +18,6 @@
valueSeparator='${codelist.getValueSeparator()}' <#t>
</#if>
</#if>
>
</app-rate>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册