king
2023-10-23 e07e410cf2fbc64c4e1fa8a080a9aac6a3d0c305
src/tabviews/custom/components/table/edit-table/normalTable/index.jsx
@@ -407,9 +407,9 @@
      }
      if (col.marks) {
        let mark = getMark(col.marks, record, style)
        style = style ? {...style} : {}
        style = mark.style
        let mark = getMark(col.marks, record, style)
        if (mark.icon) {
          if (mark.position === 'front') {
@@ -507,9 +507,9 @@
      }
      if (col.marks) {
        let mark = getMark(col.marks, record, style)
        style = style ? {...style} : {}
        style = mark.style
        let mark = getMark(col.marks, record, style)
        if (mark.icon) {
          if (mark.position === 'front') {
@@ -612,9 +612,9 @@
      }
      if (col.marks) {
        let mark = getMark(col.marks, record, style)
        style = style ? {...style} : {}
        style = mark.style
        let mark = getMark(col.marks, record, style)
        if (mark.icon) {
          if (mark.position === 'front') {
@@ -903,9 +903,9 @@
        }
        if (col.marks) {
          let mark = getMark(col.marks, record, style)
          style = style ? {...style} : {}
          style = mark.style
          let mark = getMark(col.marks, record, style)
          if (mark.icon) {
            if (mark.position === 'front') {
@@ -979,9 +979,9 @@
        }
        if (col.marks) {
          let mark = getMark(col.marks, record, style)
          style = style ? {...style} : {}
          style = mark.style
          let mark = getMark(col.marks, record, style)
          if (mark.icon) {
            if (mark.position === 'front') {
@@ -1073,9 +1073,9 @@
      }
      if (col.marks) {
        let mark = getMark(col.marks, record, style)
        style = style ? {...style} : {}
        style = mark.style
        let mark = getMark(col.marks, record, style)
        if (mark.icon) {
          if (mark.position === 'front') {