2
0

fix:AP设备界面publicIp字段改ip

This commit is contained in:
zhongzm
2025-02-15 11:36:36 +08:00
parent 28ab9dceeb
commit 3b08706ca9
2 changed files with 3 additions and 3 deletions

View File

@@ -542,7 +542,7 @@ declare namespace Api {
interface ApDevice {
id: number;
mac: string;
publicIp: string;
ip: string;
name: string;
status: number;
model: string;

View File

@@ -126,8 +126,8 @@ const {
width: 150
},
{
key: 'publicIp',
dataIndex: 'publicIp',
key: 'ip',
dataIndex: 'ip',
title: t('page.apdevice.ip'),
align: 'center',
width: 150