src/utils/utils.js
@@ -2394,9 +2394,8 @@ /** * @description 获取标记信息 */ export function getMark (marks, record, style = {}) { export function getMark (marks, record, style) { let res = {} style = JSON.parse(JSON.stringify(style)) marks.some(mark => { let originVal = record[mark.field[0]]