king
2023-03-09 c7e0b8b1049f422e87e3c0d0ed252784aa69eb29
src/tabviews/zshare/mutilform/index.jsx
@@ -904,6 +904,14 @@
      if (item.empty === 'hidden' && item.oriOptions.length === 0) return
      if (item.type === 'split') {
        if (item.splitctrl) {
          let cell = formlist.filter(m => m.field === item.splitctrl)[0]
          if (cell && (cell.hidden || (cell.empty === 'hidden' && !cell.oriOptions.length))) {
            return null
          }
        }
        fields.push(
          <Col span={24} key={index}>
            <p className="mk-form-split-line" style={item.style}>{item.label}</p>