export const getVpcTableColumn = (vm) => { return { field: 'vpc', title: 'VPC', minWidth: 120, showOverflow: 'ellipsis', slots: { default: ({ row }, h) => { return [ {row.vpc}, ] }, }, } }