历史趋势添加缺失数据功能

This commit is contained in:
guanj
2025-10-31 13:41:48 +08:00
parent 13c0a28c95
commit dc44e16d4d
8 changed files with 2833 additions and 2530 deletions

View File

@@ -51,7 +51,7 @@ const tableStore = new TableStore({
align: 'center',
formatter: (row: any) => {
return row.cellValue ? row.cellValue : '/'
return row.cellValue ? '\u200B' + row.cellValue : '/'
},
sortable: true
},