ant-design-vue a-table在scope-slot中获取column中的key
通过{{column.key}}获取key
<template slot="dwAction" slot-scope="text, record, index, column" style="text-align: center">
{{column.key}}
</template>
column
title: "title",
key: "key",
scopedSlots: { customRender: 'dwAction' },