style: 调整UDM用户数据表格靠左

This commit is contained in:
TsMask
2023-11-28 15:12:51 +08:00
parent 252ed66ff8
commit 55981f8936
4 changed files with 50 additions and 50 deletions

View File

@@ -26,5 +26,8 @@ export async function listBase5G(query: Record<string, any>) {
data.total = rows.length;
data.rows = rows;
}
// 模拟数据
// data.rows =[{"address":"192.168.1.137:38412","id":"217","name":"","ueNum":0}]
return data;
}