报警调整

This commit is contained in:
joylink_fanyuhong 2024-11-15 09:08:22 +08:00
parent 2b3673485c
commit 02e49ec6fa
1 changed files with 2 additions and 2 deletions

View File

@ -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 '';
}