Compare commits

...

2 Commits

Author SHA1 Message Date
LiuJiaNan 4f0f365742 优化Table 2025-11-12 15:51:18 +08:00
LiuJiaNan 28d281210b 1.0.88 2025-11-12 15:47:23 +08:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import Table from "@cqsjjb/jjb-react-admin-component/Table";
import TablePro from "@cqsjjb/jjb-react-admin-component/Table";
import { getIndexColumn } from "../../utils/index";
import "./index.less";
@ -15,7 +15,7 @@ function Table(props) {
showIndexColumn && columns.unshift({...getIndexColumn(props.pagination), fixed: indexColumnFixed});
return columns.map(item => ({ align: useAlignCenter ? "center" : "left", ...item }));
}
return <Table rowKey={rowKey} columns={calcColumns()} {...restProps} />;
return <TablePro rowKey={rowKey} columns={calcColumns()} {...restProps} />;
}
export default Table;

View File

@ -1,7 +1,7 @@
{
"name": "zy-react-library",
"private": false,
"version": "1.0.87",
"version": "1.0.88",
"type": "module",
"description": "",
"author": "LiuJiaNan",