提交 4ceb9bfb 编写于 作者: Mosher's avatar Mosher

增加单选项列表插件

上级 67cb0a95
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if item.render??>
{item.remder.code}
<#else>
<app-radio-group
v-model="data.${editor.name}"
:data="data"
......@@ -14,4 +17,5 @@
codelistType='${codelist.getCodeListType()}'
</#if>
style="${editor.getEditorCssStyle()}">
</app-radio-group>
\ No newline at end of file
</app-radio-group>
</#if>
\ No newline at end of file
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if item.render??>
{item.remder.code}
<#else>
<app-radio-group
v-model="data.${editor.name?lower_case}"
<#if item.getEnableCond??>
......@@ -18,3 +21,4 @@
</#if>
style="${item.getEditorCssStyle()}">
</app-radio-group>
</#if>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册