物联设备集成、管理、维护字段优化

This commit is contained in:
曹磊 2026-03-12 18:00:02 +08:00
parent ab5fcf009f
commit 16400d2147
2 changed files with 10 additions and 10 deletions

View File

@ -70,11 +70,11 @@ export const columns: BasicColumn[] = [
// align: "center", // align: "center",
// dataIndex: 'ip' // dataIndex: 'ip'
// }, // },
{ // {
title: 'MAC地址', // title: 'MAC地址',
align: "center", // align: "center",
dataIndex: 'mac' // dataIndex: 'mac'
}, // },
// { // {
// title: '区域名称', // title: '区域名称',
// align: "center", // align: "center",

View File

@ -61,11 +61,11 @@ export const columns: BasicColumn[] = [
} }
}, },
}, },
{ // {
title: 'MAC地址', // title: 'MAC地址',
align: "center", // align: "center",
dataIndex: 'mac' // dataIndex: 'mac'
} // }
]; ];
export const searchFormSchema: FormSchema[] = [ export const searchFormSchema: FormSchema[] = [