修改 告警
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user