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

zpc

上级 cae472e7
<app-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" format="YYYY-MM-DD" 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-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="HH" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker>
\ No newline at end of file
<app-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" format="YYYY-MM-DD" 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-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="HH:mm:ss" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker>
\ No newline at end of file
<app-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="HH:mm" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker>
\ No newline at end of file
<app-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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
<time-picker value={this.data.${item.name}} transfer={true} disabled={this.detailsModel.${item.name}.disabled} format="ss" placeholder="请选择时间..." style="${item.getEditorCssStyle()}<#if item.getEditorParam('width','') == 'auto'>width:100%;</#if>" on-on-change={(val: any) => {this.data.${item.name} = val}}></time-picker>
\ No newline at end of file
<app-date-picker v-model="data.${item.name}" :disabled="detailsModel.${item.name}.disabled" :showTime="true" format="YYYY-MM-DD 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
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册