From 5c3f2b62f8b4967121f3e5cc14dd313c50251a05 Mon Sep 17 00:00:00 2001 From: dev01 Date: Tue, 11 Jul 2023 18:31:08 +0800 Subject: [PATCH] =?UTF-8?q?[=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7]=20device?= =?UTF-8?q?=20card=20=E7=87=88=E8=99=9F=E5=8F=8A=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=20$3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_sysMonAll.html | 4 ++-- Frontend/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Frontend/_sysMonAll.html b/Frontend/_sysMonAll.html index 1e63aff..f7a261f 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -581,14 +581,14 @@
- ${devItem?.full_name }:${devItem?.unit} 詳細資料
diff --git a/Frontend/index.html b/Frontend/index.html index 570385a..832dc1e 100644 --- a/Frontend/index.html +++ b/Frontend/index.html @@ -1523,7 +1523,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li tbody .find("tr") .eq(0) - .append(creEle("td", res.data.device_number)); + .append(creEle("td", deviceNumber(res.data.device_number))); tbody.find("tr").eq(1).append(creEle("td", res.data.full_name)); } },