`
+ strHtml += `
`
$.each(floObj.device_list, (index2, devObj) => {
console.log(">>>> url: " + baseImgUrl + " , img: " + varPathImg + ", icon: " + devObj.device_master_icon);
@@ -217,14 +214,14 @@
{
"title": "發生/完成時間",
"data": "finishTime",
- "render": function (data,type,row) {
+ "render": function (data, type, row) {
return row.createdAt + "
" + data;
},
},
];
-
-
+
+
//let callback = function () {
// $('#opeRecTable').wrap("
"); //不採用datatable內建scrollbody,會導致thead跑掉
@@ -232,7 +229,7 @@
// api.columns.adjust();
//}
- let opeRecTable = new YourTeam.JqDataTables.getTableByAjax(url, tag, null, columns, column_defs,null, null, null, null, null, null, "tpi");
+ let opeRecTable = new YourTeam.JqDataTables.getTableByAjax(url, tag, null, columns, column_defs, null, null, null, null, null, null, "tpi");
}
function loadErrRecTable() {
diff --git a/Frontend/img/logo.png b/Frontend/img/logo.png
index e264f5a..3b7ac69 100644
Binary files a/Frontend/img/logo.png and b/Frontend/img/logo.png differ