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; trafficDown: number;
trafficUp: number; trafficUp: number;
uptime: number; uptime: number;
clientMac:string; mac:string;
createBy: string | null; createBy: string | null;
createTime: string; createTime: string;
updateBy: string | null; updateBy: string | null;

View File

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