暂态事件列表调整

This commit is contained in:
sjl
2025-12-24 13:17:49 +08:00
parent 5f4f75d9dd
commit 4dde761784
2 changed files with 7 additions and 1 deletions

View File

@@ -131,6 +131,12 @@ import TableHeader from '@/components/table/header/index.vue'
import TableStore from '@/utils/tableStore'
import Table from '@/components/table/index.vue'
import charts from './components/charts.vue'
defineOptions({
name: 'device-boot/getOnlineRateData'
})
const tableRef = ref()
const chartsRef = ref()
const dictData = useDictData()

View File

@@ -187,7 +187,7 @@ const tableStore = new TableStore({
},
{ field: 'duration', title: '持续时间(s)', minWidth: '100' },
// { field: 'severity', title: '严重度', minWidth: '100', formatter: ({ row }: any) => (row.severity < 0 ? '/' : row.severity) },
{ field: 'severity', title: '严重度', minWidth: '100', formatter: ({ row }: any) => (row.severity < 0 ? '/' : row.severity) },
{
title: '操作',