From 08e45f73fc292381d88170609a9f744d784b36b4 Mon Sep 17 00:00:00 2001 From: dev02 Date: Tue, 28 Mar 2023 16:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=89=8D=E7=AB=AF=E9=8C=AF?= =?UTF-8?q?=E8=AA=A4=E6=AC=84=E4=BD=8D=E7=8D=B2=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Backend/Views/DeviceManage/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backend/Views/DeviceManage/Index.cshtml b/Backend/Views/DeviceManage/Index.cshtml index d943415..cb23ecf 100644 --- a/Backend/Views/DeviceManage/Index.cshtml +++ b/Backend/Views/DeviceManage/Index.cshtml @@ -762,7 +762,7 @@ currentData = $.map(currentData, function (item) { - if (item.device_system_category_layer3 == "L1" || item.device_system_category_layer3 == "L2") { + if (item.device_name_tag == "L1" || item.device_name_tag == "L2") { //照明設備 $("#device-master-list-btn").show(); deviceInfoTable.column(0).visible(true); //點擊顯示子節點