mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
feat(editable): editable优化重构,分三种模式:free、row、cell
This commit is contained in:
@@ -85,7 +85,7 @@ export default defineComponent({
|
|||||||
crudExpose.editable.addRow();
|
crudExpose.editable.addRow();
|
||||||
},
|
},
|
||||||
editCol() {
|
editCol() {
|
||||||
crudExpose.editable.editCol({ cols: ["radio"] });
|
crudExpose.editable.activeCols({ cols: ["radio"] });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user