From 16400d2147e0aadaab6725ddd6a232a2f4e7a5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Thu, 12 Mar 2026 18:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87=E9=9B=86?= =?UTF-8?q?=E6=88=90=E3=80=81=E7=AE=A1=E7=90=86=E3=80=81=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/tplink/camera/camera.data.ts | 10 +++++----- src/views/iot/tplink/network/network.data.ts | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/iot/tplink/camera/camera.data.ts b/src/views/iot/tplink/camera/camera.data.ts index c31f1e0..8f47342 100644 --- a/src/views/iot/tplink/camera/camera.data.ts +++ b/src/views/iot/tplink/camera/camera.data.ts @@ -70,11 +70,11 @@ export const columns: BasicColumn[] = [ // align: "center", // dataIndex: 'ip' // }, - { - title: 'MAC地址', - align: "center", - dataIndex: 'mac' - }, + // { + // title: 'MAC地址', + // align: "center", + // dataIndex: 'mac' + // }, // { // title: '区域名称', // align: "center", diff --git a/src/views/iot/tplink/network/network.data.ts b/src/views/iot/tplink/network/network.data.ts index 1936bfd..95fa830 100644 --- a/src/views/iot/tplink/network/network.data.ts +++ b/src/views/iot/tplink/network/network.data.ts @@ -61,11 +61,11 @@ export const columns: BasicColumn[] = [ } }, }, - { - title: 'MAC地址', - align: "center", - dataIndex: 'mac' - } + // { + // title: 'MAC地址', + // align: "center", + // dataIndex: 'mac' + // } ]; export const searchFormSchema: FormSchema[] = [