fix:AP设备界面publicIp字段改ip
This commit is contained in:
2
src/typings/api.d.ts
vendored
2
src/typings/api.d.ts
vendored
@@ -542,7 +542,7 @@ declare namespace Api {
|
|||||||
interface ApDevice {
|
interface ApDevice {
|
||||||
id: number;
|
id: number;
|
||||||
mac: string;
|
mac: string;
|
||||||
publicIp: string;
|
ip: string;
|
||||||
name: string;
|
name: string;
|
||||||
status: number;
|
status: number;
|
||||||
model: string;
|
model: string;
|
||||||
|
|||||||
@@ -126,8 +126,8 @@ const {
|
|||||||
width: 150
|
width: 150
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 'publicIp',
|
key: 'ip',
|
||||||
dataIndex: 'publicIp',
|
dataIndex: 'ip',
|
||||||
title: t('page.apdevice.ip'),
|
title: t('page.apdevice.ip'),
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 150
|
width: 150
|
||||||
|
|||||||
Reference in New Issue
Block a user