<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>