<dropdown-list-mpicker 
  v-model="data.${editor.name}"
  :data="data" 
  :context="context"
  :viewparams="viewparams" 
  :itemParam="<#if item.getEditorParam('ITEMPARAM','') != ''>${item.getEditorParam('ITEMPARAM','')}<#else>{}</#if>" :disabled="detailsModel.${editor.name}.disabled"  
  <#if editor.getPSCodeList()??>
  <#assign codelist=editor.getPSCodeList()>
  tag='${codelist.codeName}' 
  codelistType='${codelist.getCodeListType()}' 
    <#if codelist.valueSeparator?has_content>
  valueSeparator="${codelist.valueSeparator}"
    </#if>
  </#if> 
  placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> style="${editor.getEditorCssStyle()}">
</dropdown-list-mpicker>