修改 告警

This commit is contained in:
GGJ
2024-01-18 09:16:52 +08:00
parent 14e0904e87
commit 86119b6000
3 changed files with 9 additions and 4 deletions

View File

@@ -91,7 +91,7 @@
</template>
</vxe-column>
<vxe-column field="createTime" title="录入时间"></vxe-column>
<vxe-column field="createTime" title="网络设备ID"></vxe-column>
<vxe-column field="ndid" title="网络设备ID"></vxe-column>
<vxe-column field="status" title="状态">
<template #default="{ row }">
{{ row.status == 1 ? '未注册' : row.status == 2 ? '注册' : '接入' }}
@@ -196,7 +196,6 @@ import {
addEquipmentDelivery,
deleteEquipmentDelivery,
editEquipmentDelivery,
uploadTopo,
batchImportDevice,
resetEquipmentDelivery
} from '@/api/cs-system-boot/device'