提交 7ceef0e0 编写于 作者: zhangpingchuan's avatar zhangpingchuan

zpc

上级 77a1c6cd
<app-time-picker v-model="data.${item.name}" :id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="mm" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="mm" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" :id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" :id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH:mm:ss" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH:mm:ss" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" :id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH:mm" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="HH:mm" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" :id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="ss" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
<app-time-picker v-model="data.${item.name}" id="${item.name}" :disabled="detailsModel.${item.name}.disabled" format="ss" placeholder=<#if item.getPlaceHolder()??>"${item.getPlaceHolder()}"<#else>"请选择时间..."</#if> style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" @change="formItemChange('${item.name}',$event)"/>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册