diff --git a/nezha-fronted/src/components/charts/chartDataFormat.js b/nezha-fronted/src/components/charts/chartDataFormat.js index 8dd99c54b..9185438c2 100644 --- a/nezha-fronted/src/components/charts/chartDataFormat.js +++ b/nezha-fronted/src/components/charts/chartDataFormat.js @@ -414,10 +414,10 @@ function timeCompute(value,unit,dot=0){ } function timeFormat34(value) { - return bus.timeFormate(value, "yyyy-MM-dd hh:mm:ss"); + return bus.timeFormate(parseInt(value), "yyyy-MM-dd hh:mm:ss"); } function timeFormat35(value) { - return bus.timeFormate(value, "MM/dd/yyyy h:mm:ss a"); + return bus.timeFormate(parseInt(value), "MM/dd/yyyy h:mm:ss a"); } //unit转化配置信息 /* diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue index 5c3ec9f47..ab4f85422 100644 --- a/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue +++ b/nezha-fronted/src/components/common/bottomBox/tabs/endpointQueryTab.vue @@ -3,7 +3,7 @@ text-align: center; margin-top: 16px; } - .nz-table /deep/ .el-table{ + .plTableBox.nz-table /deep/ .el-table{ display: block !important; } @@ -61,7 +61,7 @@
+ @selection-change="selectChange" v-if="tableShow && plTableSHow" :border="true" :tooltip-effect="'light'">