🔱: [client] sync upgrade with 2 commits [trident-sync]

feat(editable): editable优化重构,分三种模式:free、row、cell
pull/26/head
GitHub Actions Bot 2023-11-19 19:24:08 +00:00
parent 4e13843c78
commit 28cbefde04
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export default defineComponent({
crudExpose.editable.addRow();
},
editCol() {
crudExpose.editable.editCol({ cols: ["radio"] });
crudExpose.editable.activeCols({ cols: ["radio"] });
}
};
}