优化暂态事件列表
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user