From 387e02ba7416bed4bf98d813eebbc036bfb36a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E6=B8=85=E7=88=BD?= Date: Fri, 25 Apr 2025 10:25:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E7=AE=A1=E5=90=8E=E5=8F=B0=20-=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8C=E9=95=BF=E5=BA=A6=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E9=95=BF=E7=9F=AD=E4=B8=8D=E4=B8=80=E5=AF=BC=E8=87=B4=E7=9A=84?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=8F=98=E5=BD=A2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../app/dashboard/projects/[id]/edit/page.tsx | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/SuperAdmin/app/dashboard/projects/[id]/edit/page.tsx b/SuperAdmin/app/dashboard/projects/[id]/edit/page.tsx index c2791cf2..88efa33a 100644 --- a/SuperAdmin/app/dashboard/projects/[id]/edit/page.tsx +++ b/SuperAdmin/app/dashboard/projects/[id]/edit/page.tsx @@ -272,32 +272,32 @@ export default function EditProjectPage({ params }: { params: { id: string } })
{project && project.devices && project.devices.length > 0 && (
- - +
+ - - - - - - - + + + + + + + - + {project.devices.map((device) => ( - - - - - + + + + + - + ))}
设备名称IMEI手机号型号品牌状态添加时间设备名称IMEI手机号型号品牌状态添加时间
{device.memo}{device.imei || '-'}{device.phone || '-'}{device.model || '-'}{device.brand || '-'}{device.memo}{device.imei || '-'}{device.phone || '-'}{device.model || '-'}{device.brand || '-'} {device.alive === 1 ? '在线' : '离线'} {device.createTime || '-'}{device.createTime || '-'}