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

Update EDITOR.vue.ftl

上级 423f49be
<app-checkbox-group v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if> mode="${item.getCodeList().getOrMode()?lower_case}" separator="${item.getCodeList().getValueSeparator()}"</#if> @change="formItemChange('${item.name}',$event)"></app-checkbox-group>
\ No newline at end of file
<app-checkbox-group v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :codelist="codelistModel" <#if item.getPSCodeList()??><#assign codelist=item.getPSCodeList()>tag="${codelist.getSystemTag()}_${codelist.codeName}"</#if><#if item.getCodeList()??> mode="${item.getCodeList().getOrMode()?lower_case}" separator="${item.getCodeList().getValueSeparator()}"</#if> @change="formItemChange('${item.name}',$event)"></app-checkbox-group>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册