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>