已完成 6
@@ -237,7 +237,7 @@
\ No newline at end of file
diff --git a/Frontend/index.html b/Frontend/index.html
index e232a14..14b0b0d 100644
--- a/Frontend/index.html
+++ b/Frontend/index.html
@@ -1978,6 +1978,8 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
+
+
@@ -2253,6 +2255,10 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
$("#lightSchModal").modal("show");
}
})
+
+ onEvent("click", "#testsysbtn", function () {
+
+ })
$(window).on("timeout:3s", function () {
getSystemAlarmByBaja((data) => {
@@ -2357,13 +2363,13 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
}
// Card 呈現初始化
- function initPopover(type = null) {
- $("[name=devItem]").each((index, ele) => {
+ function initPopover(type = null, extOption = {},selector = "[name=devItem]") {
+ $(selector).each((index, ele) => {
let devNum = $(ele).data("number"); //設備編號
let devGuid = $(ele).data("id"); //guid
let devName = $(ele).data("name"); //full_name
let lightHtml = type == "light" ? `` : "";
- $(ele).YTTooltip({
+ let option = {
html: `