diff options
| author | zhangyu <[email protected]> | 2023-05-26 17:36:56 +0800 |
|---|---|---|
| committer | zhangyu <[email protected]> | 2023-05-26 17:36:56 +0800 |
| commit | ea908b658f2f3be49ba91f9cef851af8b40df626 (patch) | |
| tree | 5ec70a52e8e6e880ccbc12bb662c6439bddd0135 | |
| parent | 24909e8358c4e203b1e4f91a9d58bfeb09741d1c (diff) | |
| parent | d10fa8fc681ff69b2cac87447ee081829182bfe6 (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.vue | 10 |
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 } |
