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 {
|
||||
id: number;
|
||||
mac: string;
|
||||
publicIp: string;
|
||||
ip: string;
|
||||
name: string;
|
||||
status: number;
|
||||
model: string;
|
||||
|
||||
@@ -126,8 +126,8 @@ const {
|
||||
width: 150
|
||||
},
|
||||
{
|
||||
key: 'publicIp',
|
||||
dataIndex: 'publicIp',
|
||||
key: 'ip',
|
||||
dataIndex: 'ip',
|
||||
title: t('page.apdevice.ip'),
|
||||
align: 'center',
|
||||
width: 150
|
||||
|
||||
Reference in New Issue
Block a user