src/tabviews/custom/components/table/edit-table/index.jsx
@@ -92,8 +92,9 @@ if (item.subcols.length === 0) { return false } } else if (item.type === 'action') { } else if (item.type === 'custom') { item.elements.forEach(btn => { if (btn.eleType !== 'button') return if (btn.funcType === 'addline') { setting.addable = true }