物联设备集成、管理、维护字段优化
This commit is contained in:
parent
ab5fcf009f
commit
16400d2147
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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[] = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue