summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangyu <[email protected]>2023-05-26 17:36:56 +0800
committerzhangyu <[email protected]>2023-05-26 17:36:56 +0800
commitea908b658f2f3be49ba91f9cef851af8b40df626 (patch)
tree5ec70a52e8e6e880ccbc12bb662c6439bddd0135
parent24909e8358c4e203b1e4f91a9d58bfeb09741d1c (diff)
parentd10fa8fc681ff69b2cac87447ee081829182bfe6 (diff)
Merge branch 'dev-3.5' of https://git.mesalab.cn/nezha/nezha-fronted into dev-3.6
-rw-r--r--nezha-fronted/src/components/chart/chart/chartTable.vue10
1 files changed, 5 insertions, 5 deletions
diff --git a/nezha-fronted/src/components/chart/chart/chartTable.vue b/nezha-fronted/src/components/chart/chart/chartTable.vue
index e040a998c..981de16ec 100644
--- a/nezha-fronted/src/components/chart/chart/chartTable.vue
+++ b/nezha-fronted/src/components/chart/chart/chartTable.vue
@@ -278,11 +278,11 @@ export default {
},
showValueMapping (row, column, col) {
const obj = lodash.cloneDeep(row)
- lodash.keys(obj).forEach(key => {
- if (obj[key].$value) {
- obj[key].$value = obj[key].showValue
- }
- })
+ // lodash.keys(obj).forEach(key => {
+ // if (obj[key].$value) {
+ // obj[key].$value = obj[key].showValue
+ // }
+ // })
const params = {
...obj
}