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

zpc

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