xuzhiheng пре 5 година
родитељ
комит
f7985153a0
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      src/web/templates/private/historylog_list.html

+ 5 - 2
src/web/templates/private/historylog_list.html

@@ -277,8 +277,11 @@
                     }
                 },
                 {
-                    "data": "updatetime",
-                    render: function(val) {
+                    "data": "finishtime",
+                    render: function(val) {
+                        if (val === undefined){
+                            return 未执行
+                        }
                         var dt = new Date()
                         dt.setTime(parseInt(val) * 1000)
                         return dt.format("yyyy-MM-dd hh:mm:ss")