diff --git a/frontend/src/views/machine/device/index.vue b/frontend/src/views/machine/device/index.vue index 60beb58..ee8a52c 100644 --- a/frontend/src/views/machine/device/index.vue +++ b/frontend/src/views/machine/device/index.vue @@ -151,6 +151,11 @@ const columns = reactive[]>([ minWidth: 130, }, + { + prop: 'ip', + label: 'IP', + minWidth: 130, + }, { prop: 'manufacturer', label: '设备厂家',