报警调整
This commit is contained in:
parent
2b3673485c
commit
02e49ec6fa
|
@ -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 '';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue