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[] = [