All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.vue.componentFieldInput.ftl Maven / Gradle / Ivy

There is a newer version: 1.1.10-2024
Show newest version
<#macro componentInput item>
    <#if item.type='date'>
        
        
    <#elseif item.type='el_date_picker'>
        
        
    <#elseif item.type='el_date_time_picker'>
        
        
    <#elseif item.type='el_time_select'>
        
        
    <#elseif item.type='select'>
        
            
            
        
    <#elseif item.type='selectRemote'>
        
            
            
        
    <#elseif item.type='textarea'>
        
    <#elseif item.type='el_input_number'>
        
    <#elseif item.type='el_cascader'>
        
    <#elseif item.type='el_switch'>
        
        
    <#elseif item.type='el_slider'>
        
    <#elseif item.type='el_rate'>
        
    <#elseif item.type='el_radio_group'>
        备选项
        备选项
    <#elseif item.type='el_checkbox_group'>
        
            
            
            
        
    <#elseif item.type='el_upload'>
        
    <#elseif item.type='image'>
        
    <#elseif item.type='dictionary'>
        
    <#elseif item.type='money'>
        
    <#else>
        
        
    




© 2015 - 2024 Weber Informatics LLC | Privacy Policy