ant design vue a-table表格中插入操作按钮(以switch开关 [a-switch]为例)

1.给columns添加列属性

columns() {
   
 sortedInfo = sortedInfo || {
   };
  return [
    {
   
      title: "工程",
      dataIndex: "outputProject",
      width: 80
    },
    {
   
      title: "是否显示小数",
      

你可能感兴趣的:(Vue,anti-design-vue,a-table中添加按钮)