From b4a51cac7f93aab3293aad7d49847390c199b5e9 Mon Sep 17 00:00:00 2001 From: donghao Date: Sat, 11 May 2024 17:18:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=A1=A5=E5=85=85=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=8A=B6=E6=80=81=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Business/BusinessState/components/deviceStateCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Business/BusinessState/components/deviceStateCard.tsx b/src/pages/Business/BusinessState/components/deviceStateCard.tsx index dd94f70..a2bb876 100644 --- a/src/pages/Business/BusinessState/components/deviceStateCard.tsx +++ b/src/pages/Business/BusinessState/components/deviceStateCard.tsx @@ -2,7 +2,7 @@ * @Author: donghao donghao@supervision.ltd * @Date: 2024-04-08 16:57:30 * @LastEditors: donghao donghao@supervision.ltd - * @LastEditTime: 2024-05-10 14:26:02 + * @LastEditTime: 2024-05-11 09:33:08 * @FilePath: \general-ai-manage\src\pages\Business\BusinessState\components\deviceStateCard.tsx * @Description: 设备状态项卡片 */ @@ -33,7 +33,7 @@ const DeviceStateCard: React.FC = ({ info, renderActions, >
-
{info?.deviceSort}
+
{info?.name}