物联设备集成、管理、维护字段优化
This commit is contained in:
parent
ab5fcf009f
commit
16400d2147
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -61,11 +61,11 @@ export const columns: BasicColumn[] = [
|
|||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
title: 'MAC地址',
|
||||
align: "center",
|
||||
dataIndex: 'mac'
|
||||
}
|
||||
// {
|
||||
// title: 'MAC地址',
|
||||
// align: "center",
|
||||
// dataIndex: 'mac'
|
||||
// }
|
||||
];
|
||||
|
||||
export const searchFormSchema: FormSchema[] = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue