提交 e0dae393 编写于 作者: Neuromancer255's avatar Neuromancer255

表单项部件追加禁用

上级 a4a71912
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
:caption="<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>" :caption="<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>"
:labelWidth="${item.getLabelWidth()?c}" :labelWidth="${item.getLabelWidth()?c}"
:isShowCaption="${item.isShowCaption()?c}" :isShowCaption="${item.isShowCaption()?c}"
:disabled="detailsModel.${item.name}.disabled"
:error="detailsModel.${item.name}.error" :error="detailsModel.${item.name}.error"
:isEmptyCaption="${item.isEmptyCaption()?c}"> :isEmptyCaption="${item.isEmptyCaption()?c}">
<#if item.isCompositeItem()> <#if item.isCompositeItem()>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
:caption="<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>" :caption="<#if langbase??>$t('${langbase}.details.${item.name}')<#else>'${item.getCaption()}'</#if>"
:labelWidth="${item.getLabelWidth()?c}" :labelWidth="${item.getLabelWidth()?c}"
:isShowCaption="${item.isShowCaption()?c}" :isShowCaption="${item.isShowCaption()?c}"
:disabled="detailsModel.${item.name}.disabled"
:error="detailsModel.${item.name}.error" :error="detailsModel.${item.name}.error"
:isEmptyCaption="${item.isEmptyCaption()?c}"> :isEmptyCaption="${item.isEmptyCaption()?c}">
<#if item.isCompositeItem()> <#if item.isCompositeItem()>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册