From eba8bba41e068b2dcf5f6c824f998d2494fe588f Mon Sep 17 00:00:00 2001 From: dev01 Date: Fri, 18 Nov 2022 09:25:11 +0800 Subject: [PATCH] =?UTF-8?q?[Frontend][=E7=B3=BB=E7=B5=B1=E7=9B=A3=E6=8E=A7?= =?UTF-8?q?]=20GetOpeDevice=20=E6=94=B9=E6=AC=84=E4=BD=8D=E5=90=8D?= =?UTF-8?q?=E7=A8=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/_sysMonAll.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Frontend/_sysMonAll.html b/Frontend/_sysMonAll.html index 296e55c..99a7704 100644 --- a/Frontend/_sysMonAll.html +++ b/Frontend/_sysMonAll.html @@ -212,9 +212,9 @@ }, { "title": "發生/完成時間", - "data": "finish_time", + "data": "finishTime", "render": function (data,type,row) { - return row.created_at + "
" + data; + return row.createdAt + "
" + data; }, },