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

数据选择(地图定位)插件调整

上级 daac8796
<app-map-position <app-map-position
name="${editor.name}"
v-model="data.${editor.name}" v-model="data.${editor.name}"
:data="data" :data="data"
:formState="formState" :formState="formState"
:context="context" mode="<#if item.getEditorParam("mode","") != ''>${item.getEditorParam("mode","")}<#else>address</#if>"
:viewparams="viewparams" <#if item.getEditorParam("address","") != ''>
name="${editor.name}" address="${item.getEditorParam("address","")}"
:longitude="${item.getEditorParam("longitude","")}" </#if><#t>
:latitude="${item.getEditorParam("latitude","")}" <#if item.getEditorParam("longitude","") != ''>
@longitudeChange="(longitude)=>{${item.getEditorParam("longitude","")}=longitude;}" longitude="${item.getEditorParam("longitude","")}"
@latitudeChange="(latitude)=>{${item.getEditorParam("latitude","")}=latitude;}" </#if><#t>
/> <#if item.getEditorParam("latitude","") != ''>
\ No newline at end of file latitude="${item.getEditorParam("latitude","")}"
</#if><#t>
@itemChange="(val1, val2) => { onFormItemValueChange(val1); onFormItemValueChange(val2); }"
/>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册