Spring WebFlux + React后台管理系统搭建:antd pro v5 ProTable应用。
发布时间
阅读量:
阅读量
本篇配合antdpro的 ProTable实现简单的CRUD操作:
- 优化了ProTable的数据获取流程
- 重写了UpdateForm的内容以实现新增功能
- 更新相关用户信息
- 删除对应用户的记录
- 确保删除操作需要管理员权限处理
效果图

1. 设置自己的tableItem
跟据自己的数据编写Table使用的tableItem类:
export interface UserDetails {
key: number;
username: string;
avatar: string;
createBy: string;
createTime: Date;
email: string;
frozen: number;
id: number;
lastUpdateBy: string;
l
全部评论 (0)
还没有任何评论哟~
