2
0

fix:终端设备mac字段修改

This commit is contained in:
zhongzm
2025-02-08 16:06:04 +08:00
parent 7d12ae5011
commit 13c910e2e5
2 changed files with 3 additions and 3 deletions

View File

@@ -575,7 +575,7 @@ declare namespace Api {
trafficDown: number;
trafficUp: number;
uptime: number;
clientMac:string;
mac:string;
createBy: string | null;
createTime: string;
updateBy: string | null;

View File

@@ -191,8 +191,8 @@ const {
width: 120
},
{
key: 'clientMac',
dataIndex: 'clientMac',
key: 'mac',
dataIndex: 'mac',
title: t('page.terminal.mac'),
align: 'center',
width: 150