summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzyh <[email protected]>2022-08-03 10:53:02 +0800
committerzyh <[email protected]>2022-08-03 10:53:02 +0800
commitb0ed373f0dfebd2391203bcbb427a13b288fe7a3 (patch)
tree6e5469393227835e42b62e1adbd5ff48394535f9
parentc350c87d41c2752b231254f37dfef2dce52f63fa (diff)
perf:删除无用代码dev-3.2
-rw-r--r--nezha-fronted/src/components/page/dashboard/explore/logTab.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/nezha-fronted/src/components/page/dashboard/explore/logTab.vue b/nezha-fronted/src/components/page/dashboard/explore/logTab.vue
index 202536f4f..1845b39cf 100644
--- a/nezha-fronted/src/components/page/dashboard/explore/logTab.vue
+++ b/nezha-fronted/src/components/page/dashboard/explore/logTab.vue
@@ -525,7 +525,7 @@ export default {
let str = `
<div style="margin: 0px 0 0;line-height:1;">
<div style="margin: 0px 0 0;line-height:1;">
- <div style="font-size:14px;color:#666;font-weight:400;line-height:1;">${vm.utcTimeToTimezoneStr(vm.toMillisecondTime(parseInt(params[0].axisValue), 'yyyy-MM-dd hh:mm:ss'))}</div>
+ <div style="font-size:14px;color:#666;font-weight:400;line-height:1;">${vm.utcTimeToTimezoneStr(vm.toMillisecondTime(parseInt(params[0].axisValue)))}</div>
<div style="margin: 10px 0 0;line-height:1;">
<div style="margin: 0px 0 0;line-height:1;">`
params.forEach(item => {