修改部分预览,数据完整性,暂态列表等bug调整
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user