feat: 告警中心仪表盘
This commit is contained in:
parent
bf6c705eda
commit
40a62317d9
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<page-container>
|
<page-container>
|
||||||
<a-card>
|
<div>
|
||||||
<Search :columns="query.columns" target="device-instance" @search="handleSearch"></Search>
|
<Search :columns="query.columns" target="device-instance" @search="handleSearch"></Search>
|
||||||
<JTable
|
<JTable
|
||||||
:columns="columns"
|
:columns="columns"
|
||||||
|
@ -147,7 +147,7 @@
|
||||||
:title="title"
|
:title="title"
|
||||||
@success="refresh"
|
@success="refresh"
|
||||||
/>
|
/>
|
||||||
</a-card>
|
</div>
|
||||||
</page-container>
|
</page-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
@ -209,8 +209,8 @@ const columns = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '说明',
|
title: '说明',
|
||||||
dataIndex: 'describe',
|
dataIndex: 'description',
|
||||||
key: 'describe',
|
key: 'description',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '操作',
|
title: '操作',
|
||||||
|
|
Loading…
Reference in New Issue