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

动态编辑--fix5

上级 63fcce5e
<#if view.hasPSControl('form')>
<#assign view_content>
<component
:is="activeForm.name"
:isautoload="true"
:viewState="viewState"
:viewparams="viewparams"
:context="context"
:autosave="false"
:viewtag="viewtag"
:showBusyIndicator="activeForm.showBusyIndicator"
:updateAction="activeForm.updateAction"
:removeAction="activeForm.removeAction"
:loaddraftAction="activeForm.loaddraftAction"
:loadAction="activeForm.loadAction"
:createAction="activeForm.createAction"
:WFSubmitAction="activeForm.WFSubmitAction"
:WFStartAction="activeForm.WFStartAction"
name="form"
ref='form'
@save="form_save($event)"
@remove="form_remove($event)"
@load="form_load($event)"
@closeview="closeView($event)">
</component>
${P.getCtrlCode('form', 'CONTROL.html').code}
</#assign>
<#assign view_footer>
<div class="wf_btn">
......
<#if item.render??>
${item.render.code}
<#else>
<app-mob-radio-list
style="width: 100%;"
<#if editor.getPSCodeList()??>
......@@ -7,4 +10,5 @@
</#if>
:value="data.${editor.name}"
:disabled="detailsModel.${editor.name}.disabled"
@change="($event)=>this.data.${editor.name} = $event"/>
\ No newline at end of file
@change="($event)=>this.data.${editor.name} = $event"/>
</#if>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册