1、配置rowSlot=true
let crudOption={
columns:[
{
title : '时间',
key : 'createData',
type : 'date',
rowSlot: true
}
]
}
2、d2-crud 下写你的slot template ,slot名称为 column.key+'Slot'。实现超链接,用el-link 标签。
<d2-crud-x>
<template slot="createDateSlot" slot-scope="scope">
<el-link href="#">创建时间:{{scope.row['createDate'] | date_timeline('YYYY-MM-DD HH:mm:ss')}}<br/><el-link>
更新时间:{{scope.row['updateDate'] | date_timeline('YYYY-MM-DD HH:mm:ss')}}<br/>
</template>
</d2-crud-x>
很高兴认识你,加你微信了。