From 35e8ec2a724a451f568076870e20e1b914c2f0ef Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Fri, 30 May 2025 15:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/devices/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/devices/index.vue b/src/views/devices/index.vue index eccf3ebe..e830a3d4 100644 --- a/src/views/devices/index.vue +++ b/src/views/devices/index.vue @@ -103,6 +103,14 @@ const queryParams = reactive({ // 设备列表数据 const deviceList = ref([ + { + id: 'ECG001', + name: '心电设备', + type: '心电设备', + address: '北京市/市辖区/西城区', + status: 'normal', + statusText: '在线' + }, { id: 'Blood001', name: '血压仪',