类似这样的:
怎么把性别也加在同一个单元格中
```html <avue-crud :data="data" :option="option"> <template slot-scope="{type,size,row}" slot="menu"> {{row.name}}{{row.sex}} </template> </avue-crud>
```