king
2021-01-11 0293adcec6042961d5071e01c0d4a9a4b5c17562
src/tabviews/zshare/normalTable/index.jsx
@@ -75,7 +75,6 @@
      let cell = null
      if (item.type === 'colspan') {
        if (!item.subcols || item.subcols.length === 0) return
        cell = {title: item.label, children: []}
        item.subcols.forEach(col => {
@@ -111,7 +110,6 @@
          })
        })
      } else if (item.type === 'old_colspan') {
        if (!item.subcols || item.subcols.length === 0) return
        item.subcols.forEach(col => {
          if (col.marks) { // 过滤行和卡片标记
            col.marks = col.marks.filter(mark => {