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 { 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;

View File

@@ -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