优化展示

This commit is contained in:
2025-10-20 19:22:23 +08:00
parent b1a8611554
commit 52a647b88a
2 changed files with 22 additions and 2 deletions

View File

@@ -45,8 +45,7 @@ const sensorDataColumns = [
title: '数据',
dataIndex: 'data',
key: 'data',
// 将数组格式化为逗号分隔的字符串
formatter: (row, column, cellValue) => Array.isArray(cellValue) ? cellValue.join(', ') : cellValue,
// 移除 formatter由 GenericMonitorList 自动处理对象和数组显示
minWidth: 150,
},
{