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

feat(editable): editable优化重构,分三种模式:free、row、cell
This commit is contained in:
GitHub Actions Bot
2023-11-19 19:24:08 +00:00
parent 4e13843c78
commit 28cbefde04

View File

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