修改部分预览,数据完整性,暂态列表等bug调整

This commit is contained in:
sjl
2025-12-24 10:41:04 +08:00
parent a52021572a
commit dbb6a9f72b
10 changed files with 100 additions and 38 deletions

View File

@@ -76,7 +76,7 @@ const tableStore = new TableStore({
chartsData.value.map((item: any) => {
xData.push(item.type)
if (item.single == 0 || item.single == 3.14159) {
yData.push(1)
yData.push(0)
} else {
yData.push(item.single)
}