From 13c910e2e5daa5fbdacba31882e392e092371707 Mon Sep 17 00:00:00 2001 From: zhongzm Date: Sat, 8 Feb 2025 16:06:04 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E7=BB=88=E7=AB=AF=E8=AE=BE?= =?UTF-8?q?=E5=A4=87mac=E5=AD=97=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/typings/api.d.ts | 2 +- src/views/device/terminal/index.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/typings/api.d.ts b/src/typings/api.d.ts index 12b56b0..1c9a3ab 100644 --- a/src/typings/api.d.ts +++ b/src/typings/api.d.ts @@ -575,7 +575,7 @@ declare namespace Api { trafficDown: number; trafficUp: number; uptime: number; - clientMac:string; + mac:string; createBy: string | null; createTime: string; updateBy: string | null; diff --git a/src/views/device/terminal/index.vue b/src/views/device/terminal/index.vue index f670649..0e14c08 100644 --- a/src/views/device/terminal/index.vue +++ b/src/views/device/terminal/index.vue @@ -191,8 +191,8 @@ const { width: 120 }, { - key: 'clientMac', - dataIndex: 'clientMac', + key: 'mac', + dataIndex: 'mac', title: t('page.terminal.mac'), align: 'center', width: 150