提交 10f57526 编写于 作者: glod-money-money's avatar glod-money-money

update:更新

上级 a8cc7cfd
@ -0,0 +1,17 @@ <#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<app-address-cascader <app-address-cascader
:value="data.${editor.name}" :value="data.${editor.name}"
:data="data" :data="data"
...@@ -7,7 +7,12 @@ ...@@ -7,7 +7,12 @@
name="${editor.name}" name="${editor.name}"
:localContext =<@getNavigateContext editor /> :localContext =<@getNavigateContext editor />
:localParam =<@getNavigateParams editor /> :localParam =<@getNavigateParams editor />
<#if item.getPlaceHolder && item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
:disabled="detailsModel.${editor.name}.disabled" :disabled="detailsModel.${editor.name}.disabled"
<#if editor.getPSCodeList && editor.getPSCodeList()??>
<#assign codelist=editor.getPSCodeList()>
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
style="${editor.getEditorCssStyle()}"> style="${editor.getEditorCssStyle()}">
</app-address-cascader> </app-address-cascader>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册