优化暂态事件列表

This commit is contained in:
guanj
2026-06-09 19:51:31 +08:00
parent 03d302ded8
commit bda7373133
48 changed files with 1834 additions and 1474 deletions

View File

@@ -135,7 +135,7 @@ const tableStore: any = new TableStore({
echartList.value = {
title: {
text: '指标越限严重度'
text: '指标越限度'
},
xAxis: {
@@ -154,7 +154,7 @@ const tableStore: any = new TableStore({
series: [
{
type: 'bar',
name: '指标越限严重度',
name: '指标越限度',
data: tableStore.table.data.map((item: any) => Math.floor(item.extent * 100) / 100),
barMaxWidth: 30
}