xuzhiheng %!s(int64=5) %!d(string=hai) anos
pai
achega
f7985153a0
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  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")