diff --git a/Application/Admin/View/Document/add.html b/Application/Admin/View/Document/add.html index 9bc46ea..3989fd2 100644 --- a/Application/Admin/View/Document/add.html +++ b/Application/Admin/View/Document/add.html @@ -4,6 +4,12 @@ add.html 文档秘钥管理 - 新增秘钥
+
+ +
+ +
+
diff --git a/Application/Admin/View/Document/addTime.html b/Application/Admin/View/Document/addTime.html index 6db4e74..066fa07 100644 --- a/Application/Admin/View/Document/addTime.html +++ b/Application/Admin/View/Document/addTime.html @@ -4,6 +4,12 @@ add.html 文档秘钥管理 - 延时秘钥
+
+ +
+ +
+
diff --git a/Application/Admin/View/Document/index.html b/Application/Admin/View/Document/index.html index 4d0068b..62ce18c 100644 --- a/Application/Admin/View/Document/index.html +++ b/Application/Admin/View/Document/index.html @@ -9,6 +9,7 @@ + @@ -114,19 +115,19 @@ }, columnDefs:[ { - "targets":1, - "render": function(data){ - return new Date(data*1000).Format("yyyy-MM-dd hh:mm:ss"); - } - }, - { - "targets":3, + "targets":2, "render": function(data){ return new Date(data*1000).Format("yyyy-MM-dd hh:mm:ss"); } }, { "targets":4, + "render": function(data){ + return new Date(data*1000).Format("yyyy-MM-dd hh:mm:ss"); + } + }, + { + "targets":5, "render": function(data){ if(data == 1){ return '已启用'; @@ -136,7 +137,7 @@ } }, { - "targets":5, + "targets":6, "render":function(data, type, row){ var returnStr = ''; if(row.status == 1){ @@ -157,6 +158,7 @@ iDisplayLength : 20, aLengthMenu : [20, 30, 50], columns: [ + {"data": "info"}, {"data": "key"}, {"data": "endTime"}, {"data": "times" },
秘钥备注 访问秘钥 过期时间 访问次数