fix:修改 lodash 单词拼写错误的问题
This commit is contained in:
@@ -4057,7 +4057,7 @@ export default {
|
||||
}
|
||||
},
|
||||
handlerRowData (data) {
|
||||
const metric = this.$loadsh.cloneDeep(data)
|
||||
const metric = this.$lodash.cloneDeep(data)
|
||||
const metricName = metric.__name__ || ''
|
||||
let temp = metricName
|
||||
const labelColor = '#588874'// #66d9ef
|
||||
|
||||
Reference in New Issue
Block a user