Column配置
比如:操作列
{
key: 'action',
scopedSlots: { customRender: 'action', title: '變量名' },
align: 'center'
}
代碼段
<template slot="變量名">{{動態表頭名稱}}</template>