From 53fbd5ba4da7b8e5c08f55747db36c087175f4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E8=AA=89=E7=A8=8B?= <2659568239@qq.com> Date: Mon, 19 Feb 2024 15:18:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=96=87=E6=A1=88=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/InitialSystem/PowerOnAuth/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/InitialSystem/PowerOnAuth/index.tsx b/src/pages/InitialSystem/PowerOnAuth/index.tsx index 651414b..292bbd1 100644 --- a/src/pages/InitialSystem/PowerOnAuth/index.tsx +++ b/src/pages/InitialSystem/PowerOnAuth/index.tsx @@ -90,29 +90,29 @@ const PowerOnAuth: FC = ({ }) => {
系统间通信
-
第一区 {'无密钥'}
-
第二区 {'无密钥'}
+
第一区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
+
第二区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
VPN间通信
-
第一区 {'无密钥'}
-
第二区 {'无密钥'}
+
第一区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
+
第二区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
与专核设备
-
第一区 {'无密钥'}
-
第二区 {'无密钥'}
+
第一区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
+
第二区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
与普密设备
-
第一区 {'无密钥'}
-
第二区 {'无密钥'}
+
第一区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}
+
第二区 {deviceInfo.deviceStatus == '已开机' ? '无密钥' : '--'}