复刻冀北地图
This commit is contained in:
@@ -93,11 +93,11 @@ const tableStore = new TableStore({
|
||||
return eventList.filter(item => item.id === row.cellValue)[0]?.name
|
||||
}
|
||||
},
|
||||
{
|
||||
field: 'severity', title: '严重度', minWidth: "80", formatter: (row: any) => {
|
||||
return row.cellValue.toFixed(2)
|
||||
}
|
||||
},
|
||||
// {
|
||||
// field: 'severity', title: '严重度', minWidth: "80", formatter: (row: any) => {
|
||||
// return row.cellValue.toFixed(2)
|
||||
// }
|
||||
// },
|
||||
{
|
||||
field: 'featureAmplitude', title: '暂降幅值(%)',minWidth: "90", formatter: (row: any) => {
|
||||
return (row.cellValue * 100).toFixed(2)
|
||||
|
||||
Reference in New Issue
Block a user