gamma peakinfomation 弹窗,表格设置超出显示省略号

This commit is contained in:
任珮宇 2023-11-21 10:20:43 +08:00
parent 6b6162efc0
commit feecc5e8b5

View File

@ -71,6 +71,7 @@ const columns = [
{
title: 'AreaErr(%)',
dataIndex: 'areaErr',
ellipsis: true,
customRender: (text) => parseFloat(Number(text).toPrecision(6)),
},
{