hotfix/2.12.1.2404.02

This commit is contained in:
黎永顺 2024-04-29 17:55:37 +08:00
parent 718d1929bb
commit 29b5f9eb50
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class PovitpivotChartModal extends Component {
const childFrameObj = document.getElementById("commonTable");
const { dataSource, showSum = false, pageInfo, columns } = payload;
childFrameObj && childFrameObj.contentWindow.postMessage(JSON.stringify({
dataSource, showSum, pageInfo, columns: _.map(columns, o => ({ ...o, width: o.oldWidth }))
dataSource, showSum, pageInfo, columns: _.map(columns, o => ({ ...o, width: o.oldWidth, ellipsis: true }))
}), "*");
};
getDataPerspective = (payload) => {