提交 fcb597dd 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 c65d23f7
<app-dropdown-list v-model="data.${item.name}" :isauto="true" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if> placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择..."</#if> style="${item.getEditorCssStyle()}"></app-dropdown-list>
\ No newline at end of file
<app-dropdown-list v-model="data.${item.name}" :isauto="true" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if> placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择..."</#if> style="${item.getEditorCssStyle()}" @change="formItemChange('${item.name}',$event)"></app-dropdown-list>
\ No newline at end of file
<app-dropdown-list v-model="data.${item.name}" :isauto="false" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if> placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择..."</#if> style="${item.getEditorCssStyle()}"></app-dropdown-list>
\ No newline at end of file
<app-dropdown-list v-model="data.${item.name}" :isauto="false" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if> placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择..."</#if> style="${item.getEditorCssStyle()}" @change="formItemChange('${item.name}',$event)"></app-dropdown-list>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册