提交 9d7c21d7 作者: ZhangLingKun

功能:排序

上级 a76eabd2
...@@ -214,13 +214,13 @@ const MaterielManageDetail = () => { ...@@ -214,13 +214,13 @@ const MaterielManageDetail = () => {
width: '50px', width: '50px',
render: (_text, _record, index) => (pagination.current - 1) * pagination.pageSize + index + 1, render: (_text, _record, index) => (pagination.current - 1) * pagination.pageSize + index + 1,
}, },
{ // {
title: 'sort', // title: 'sort',
dataIndex: 'sort', // dataIndex: 'sort',
align: 'center', // align: 'center',
width: '100px', // width: '100px',
ellipsis: true, // ellipsis: true,
}, // },
{ {
title: '名称', title: '名称',
dataIndex: 'bannerName', dataIndex: 'bannerName',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论