render: (h, params) => {
params.row.execDate = (params.row.execDate ? params.row.execDate.substr(0, 10) : '')
return h('div', {
props: {
},
}, params.row.execDate)
}

posted on 2019-01-24 11:38  鄢宁  阅读(155)  评论(0编辑  收藏  举报