From c0e2ae2f716d7e87027689d5c42d6fc70eda9fba Mon Sep 17 00:00:00 2001 From: dev01 Date: Fri, 18 Nov 2022 10:50:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?[Frontend]=20datatable=20ajax=20=E8=AE=80?= =?UTF-8?q?=E5=8F=96=E5=88=A4=E6=96=B7=E6=98=AF=E5=90=A6=E7=82=BA=E5=BE=8C?= =?UTF-8?q?=E7=AB=AFAPI=20Object=20=E5=8F=A6=E5=AD=98=E5=8F=96datas=20|=20?= =?UTF-8?q?[=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7]=20tooltip=20=E8=B7=B3?= =?UTF-8?q?=E5=87=BA=E5=A2=9E=E5=8A=A0=E8=A8=AD=E5=82=99=E5=90=8D=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +- .../7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg | 1393 +++++++++++++++++ Frontend/_sysMonAll.html | 12 +- Frontend/_sysMonFloor.html | 5 +- Frontend/css/site.css | 1 + .../js/yourteam/yourteam.jquery.datatables.js | 3 + 6 files changed, 1410 insertions(+), 7 deletions(-) create mode 100644 Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg diff --git a/.gitignore b/.gitignore index 9491a2f..bdac7ba 100644 --- a/.gitignore +++ b/.gitignore @@ -360,4 +360,5 @@ MigrationBackup/ .ionide/ # Fody - auto-generated XML schema -FodyWeavers.xsd \ No newline at end of file +FodyWeavers.xsd +/Backend/wwwroot/upload/floor_map.zip diff --git a/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg b/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg new file mode 100644 index 0000000..34d11ed --- /dev/null +++ b/Backend/wwwroot/upload/floor_map/7acfc931-98d5-4dd3-a0d8-297fc546edfc.svg @@ -0,0 +1,1393 @@ + + + + diff --git a/Frontend/_sysMonAll.html b/Frontend/_sysMonAll.html index 99a7704..f5d2e40 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -1,6 +1,6 @@  @@ -73,7 +73,7 @@ $.each(floObj.device_list, (index2, devObj) => { console.log(">>>> url: " + baseImgUrl + " , img: " + varPathImg + ", icon: " + devObj.device_master_icon); - strHtml += `
+ strHtml += `
... ${devObj.full_name} @@ -144,9 +144,13 @@ $("[name=devItem]").each((index, ele) => { let devNum = $(ele).data("number"); //設備編號 let devGuid = $(ele).data("id"); //guid + let devName = $(ele).data("name"); //full_name $(ele).YTTooltip({ html: `
+
+ +