zy-react-library 1.0.88 → 1.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import Table from "@cqsjjb/jjb-react-admin-component/Table";
1
+ import TablePro from "@cqsjjb/jjb-react-admin-component/Table";
2
2
  import { getIndexColumn } from "../../utils/index";
3
3
  import "./index.less";
4
4
 
@@ -15,7 +15,7 @@ function Table(props) {
15
15
  showIndexColumn && columns.unshift({...getIndexColumn(props.pagination), fixed: indexColumnFixed});
16
16
  return columns.map(item => ({ align: useAlignCenter ? "center" : "left", ...item }));
17
17
  }
18
- return <Table rowKey={rowKey} columns={calcColumns()} {...restProps} />;
18
+ return <TablePro rowKey={rowKey} columns={calcColumns()} {...restProps} />;
19
19
  }
20
20
 
21
21
  export default Table;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zy-react-library",
3
3
  "private": false,
4
- "version": "1.0.88",
4
+ "version": "1.0.89",
5
5
  "type": "module",
6
6
  "description": "",
7
7
  "author": "LiuJiaNan",