Antd Table列返回数组对象时报错
Objects are not valid as a React child (found: object with keys {code, text}). If you meant to render a collection of children, use an array instead


返回简单数组 会自动平铺数据
Objects are not valid as a React child (found: object with keys {code, text}). If you meant to render a collection of children, use an array instead


返回简单数组 会自动平铺数据