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

zpc

上级 fcb597dd
......@@ -48,7 +48,7 @@ export default {
<#if codelist.getAllPSCodeItems()??>
"${codelist.getSystemTag()}_${codelist.codeName}":[
<#list codelist.getAllPSCodeItems() as codeItem>
{"id":"${codeItem.getCodeName()}","text":"${codeItem.getText()}"}<#if codeItem_has_next>,</#if>
{"id":"${codeItem.getCodeName()}","text":"${codeItem.getText()}","disabled":${codeItem.isDisableSelect()?c}}<#if codeItem_has_next>,</#if>
</#list>
]<#if codelist_has_next>,</#if>
</#if>
......
<app-radio-group v-model={this.data.${item.name}} disabled={this.detailsModel.${item.name}.disabled} name="${item.name}" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.getSystemTag()}_${codelist.codeName}'</#if> style="${item.getEditorCssStyle()}"></app-radio-group>
\ No newline at end of file
<app-radio-group v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag='${codelist.getSystemTag()}_${codelist.codeName}'</#if> :codelist="codelistModel" style="${item.getEditorCssStyle()}" @change="formItemChange('${item.name}',$event)"></app-radio-group>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册