报警调整

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"> <div class="q-pa-md">
<q-table <q-table
ref="tableRef" ref="tableRef"
title="记录" title="警记录"
:style="{ height: tableHeight + 'px' }" :style="{ height: tableHeight + 'px' }"
class="my-sticky-virtscroll-table" class="my-sticky-virtscroll-table"
:rows="rows" :rows="rows"
@ -282,7 +282,7 @@ function getSubEventType(type: string) {
case 'DELETE': case 'DELETE':
return '删除'; return '删除';
case 'WARN': case 'WARN':
return ''; return '警';
default: default:
return ''; return '';
} }