From 69aad0c24d014036876f673101aa524bf700f900 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 9 Nov 2022 14:30:37 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=91=8A=E8=AD=A6=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B=EF=BC=8C=E6=97=A0?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=88=96=E6=9C=AA=E5=A1=AB=E5=86=99=EF=BC=8C?= =?UTF-8?q?=E5=88=99=E9=BB=98=E8=AE=A4=E5=85=B6=E4=BB=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/problem/containers/dataAlarm.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/client/src/sections/problem/containers/dataAlarm.jsx b/web/client/src/sections/problem/containers/dataAlarm.jsx index 716bab9..4f1ca61 100644 --- a/web/client/src/sections/problem/containers/dataAlarm.jsx +++ b/web/client/src/sections/problem/containers/dataAlarm.jsx @@ -280,7 +280,7 @@ const DataAlarm = (props) => { }, { name: '位置信息', sort: 11, value: 'station', render: (_, r, index) => route == 'deviceAbnormal' ? r.station : r.station?.length > 0 ? r.station?.map(v =>
{v.position}
) : "无" }, { - name: '设备类型', sort: 6, value: 'cameraKindId', + name: '设备类型', sort: 6, value: 'cameraKindId', render: (_, r, index) => r.cameraKindId || '其他', }, { name: '设备厂家', sort: 10, value: 'venderName', render: (_, r, index) => r.platform ? '未知' : r.venderName }, { name: '通道号', sort: 10.1, value: 'cameraChannelNo' },