提交 9026ec69 编写于 作者: llz's avatar llz

参数判断逻辑修改,options参数双引号改为单引号

上级 9c42356f
<avue-custom-form :isSubForm="<#if editor.getEditorParam('isSubForm','') != ''>true<#else>false</#if>" :isParseString="<#if editor.getEditorParam('isParseString','') != ''>true<#else>false</#if>" :isFormData="<#if editor.getEditorParam('isFormData','') != ''>true<#else>false</#if>" <#if editor.getEditorParam('options','') != ''>:options="${editor.getEditorParam('options','')}"</#if> v-model="data.${editor.name}" :formData="data" <#if editor.getEditorParam('url','') != ''>:url="${editor.getEditorParam('url','')}"</#if> :formState="formState"></avue-custom-form> <avue-custom-form :isSubForm="<#if editor.getEditorParam('isSubForm','') != ''>${editor.getEditorParam('isSubForm','')}<#else>false</#if>" :isParseString="<#if editor.getEditorParam('isParseString','') != ''>${editor.getEditorParam('isParseString','')}<#else>false</#if>" :isFormData="<#if editor.getEditorParam('isFormData','') != ''>${editor.getEditorParam('isFormData','')}<#else>false</#if>" <#if editor.getEditorParam('options','') != ''>:options='${editor.getEditorParam('options','')}'</#if> v-model="data.${editor.name}" :formData="data" <#if editor.getEditorParam('url','') != ''>:url="${editor.getEditorParam('url','')}"</#if> :formState="formState"></avue-custom-form>
\ No newline at end of file \ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册