提交 a753eb35 作者: zuihou

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

上级 c001535b
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
{ {
title: '姓名', title: '姓名',
dataIndex: 'name', dataIndex: 'name',
width: 200,
auth: 'test', // 根据权限控制是否显示: 无权限,不显示 auth: 'test', // 根据权限控制是否显示: 无权限,不显示
}, },
{ {
...@@ -77,6 +78,26 @@ ...@@ -77,6 +78,26 @@
dataIndex: 'status', dataIndex: 'status',
}, },
{ {
title: '状态1',
dataIndex: 'status1',
},
{
title: '状态2',
dataIndex: 'status2',
},
{
title: '状态3',
dataIndex: 'status3',
},
{
title: '状态4',
dataIndex: 'status4',
},
{
title: '状态5',
dataIndex: 'status5',
},
{
title: '地址', title: '地址',
dataIndex: 'address', dataIndex: 'address',
auth: 'super', // 同时根据权限和业务控制是否显示 auth: 'super', // 同时根据权限和业务控制是否显示
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论