From cd13694033118da5ba6c5b9fff5a7cfdab07bf77 Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期日, 07 四月 2024 09:06:07 +0800
Subject: [PATCH] Merge branch 'phyzasrs' of http://47.97.1.152:5880/r/zy-asrs into phyzasrs
---
src/main/webapp/static/js/apiLog/apiLog.js | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/main/webapp/static/js/apiLog/apiLog.js b/src/main/webapp/static/js/apiLog/apiLog.js
index 9e7dd31..8e72f1a 100644
--- a/src/main/webapp/static/js/apiLog/apiLog.js
+++ b/src/main/webapp/static/js/apiLog/apiLog.js
@@ -26,9 +26,9 @@
// ,{field: 'uuid', align: 'center',title: '鏃ュ織缂栧彿'}
,{field: 'namespace', align: 'center',title: '鍚嶇О绌洪棿'}
,{field: 'url', align: 'center',title: '鎺ュ彛鍦板潃'}
- ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'}
+ // ,{field: 'appkey', align: 'center',title: '骞冲彴瀵嗛挜'}
// ,{field: 'timestamp', align: 'center',title: '鏃堕棿鎴�'}
- ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'}
+ // ,{field: 'clientIp', align: 'center',title: '瀹㈡埛绔疘P'}
,{field: 'request', align: 'center',title: '璇锋眰鍐呭'}
,{field: 'response', align: 'center',title: '鍝嶅簲鍐呭'}
// ,{field: 'err', align: 'center',title: '寮傚父鍐呭'}
@@ -240,7 +240,11 @@
type: 'datetime',
value: data!==undefined?data['updateTime\\$']:null
});
-
+ layDate.render({
+ elem: '.layui-laydate-range'
+ ,type: 'datetime'
+ ,range: true
+ });
}, 300);
}
layDateRender();
--
Gitblit v1.9.1