ztxkui 10.0.14 → 10.0.15

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.
@@ -609,7 +609,6 @@ function Table(props) {
609
609
  : null,
610
610
  num: item,
611
611
  };
612
- console.log('data', data);
613
612
  if (titleIndex === index) {
614
613
  return (React.createElement(AntTable.Summary.Cell, { key: index, index: index, align: (_a = data === null || data === void 0 ? void 0 : data.column) === null || _a === void 0 ? void 0 : _a.align }, onClickHandle ? (React.createElement("div", { onClick: function () { return onClickHandle === null || onClickHandle === void 0 ? void 0 : onClickHandle(data); } }, title)) : (title)));
615
614
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkui",
3
- "version": "10.0.14",
3
+ "version": "10.0.15",
4
4
  "private": false,
5
5
  "description": "React components library",
6
6
  "author": "zt-front-end",