新增 半月报功能

This commit is contained in:
guanj
2025-07-10 16:33:41 +08:00
parent 7ab8e4ed9c
commit 96518a4c9d
7 changed files with 3745 additions and 47 deletions

View File

@@ -81,8 +81,8 @@ const tableStore = new TableStore({
publicHeight: 65,
column: [
{ title: '设备名称', field: 'ndid', align: 'center' },
{ title: '异常时间', field: 'evtTime', align: 'center' },
{ title: '告警代码', field: 'code', align: 'center' },
{ title: '异常时间', field: 'evtTime', align: 'center' }
]
})