报警调整
This commit is contained in:
parent
2b3673485c
commit
02e49ec6fa
|
@ -2,7 +2,7 @@
|
|||
<div class="q-pa-md">
|
||||
<q-table
|
||||
ref="tableRef"
|
||||
title="警告记录"
|
||||
title="报警记录"
|
||||
:style="{ height: tableHeight + 'px' }"
|
||||
class="my-sticky-virtscroll-table"
|
||||
:rows="rows"
|
||||
|
@ -282,7 +282,7 @@ function getSubEventType(type: string) {
|
|||
case 'DELETE':
|
||||
return '删除';
|
||||
case 'WARN':
|
||||
return '警告';
|
||||
return '报警';
|
||||
default:
|
||||
return '';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue