From 0293adcec6042961d5071e01c0d4a9a4b5c17562 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 11 一月 2021 19:03:19 +0800
Subject: [PATCH] 2021-01-11

---
 src/tabviews/zshare/normalTable/index.jsx |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.jsx b/src/tabviews/zshare/normalTable/index.jsx
index 8739fbb..0d1e6dd 100644
--- a/src/tabviews/zshare/normalTable/index.jsx
+++ b/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 => {

--
Gitblit v1.8.0