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

Update EDITOR.vue.ftl

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