提交 a753eb35 编写于 作者: Z zuihou

feat: 表格中增加比较多的列,复现表格错位问题

上级 c001535b
......@@ -70,12 +70,33 @@
{
title: '姓名',
dataIndex: 'name',
width: 200,
auth: 'test', // 根据权限控制是否显示: 无权限,不显示
},
{
title: '状态',
dataIndex: 'status',
},
{
title: '状态1',
dataIndex: 'status1',
},
{
title: '状态2',
dataIndex: 'status2',
},
{
title: '状态3',
dataIndex: 'status3',
},
{
title: '状态4',
dataIndex: 'status4',
},
{
title: '状态5',
dataIndex: 'status5',
},
{
title: '地址',
dataIndex: 'address',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册