From acc4d0ca678cbfe53a509991b2a2e6001859f8a4 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Fri, 20 Jun 2025 14:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A2=AB=E6=A3=80=E8=AE=BE=E5=A4=87=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E5=A2=9E=E5=8A=A0IP=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/machine/device/index.vue | 5 +++++ 1 file changed, 5 insertions(+) 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: '设备厂家',