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
|
}
|