add:设备告警网关告警对接 接口

This commit is contained in:
zhaohy
2024-07-23 14:28:49 +08:00
parent 223ceed5eb
commit 7b77c3cc88
16 changed files with 940 additions and 74 deletions

View File

@@ -1,5 +1,14 @@
<template>
<ns-view-list-table v-bind="config" ref="mainRef" />
<ns-view-list-table v-bind="config" ref="mainRef">
<template #bodyCell="{ record, column }">
<template v-if="column.dataIndex === 'priority'">
{{ record.priority ? record.priority.label : '' }}
</template>
<template v-if="column.dataIndex === 'alarmLogState'">
{{ record.alarmLogState ? record.alarmLogState.label : '' }}
</template>
</template>
</ns-view-list-table>
<!-- 详情页面 -->
<Look ref="look" />
<!-- 状态页面 -->