Column配置
比如:操作列
{
key: ‘action‘,
scopedSlots: { customRender: ‘action‘, title: ‘变量名‘ },
align: ‘center‘
}
代码段
<template slot="变量名">{{动态表头名称}}</template>
原文地址:https://www.cnblogs.com/duoer/p/12096895.html
时间: 2024-10-08 01:48:38
比如:操作列
{
key: ‘action‘,
scopedSlots: { customRender: ‘action‘, title: ‘变量名‘ },
align: ‘center‘
}
<template slot="变量名">{{动态表头名称}}</template>
原文地址:https://www.cnblogs.com/duoer/p/12096895.html