0 效果 点击子合同获取到当前行的id 1 代码 beforeHandleCommand(row, childCommand) { return { 'row': row, 'childCommand': childCommand }; }, addChildBtn(command) { const row = command.row; if (command.childCommand == 0) { // todo } else { // todo } },