-
Notifications
You must be signed in to change notification settings - Fork 12
作业要求(前端)
Benjamin15122 edited this page Apr 12, 2019
·
2 revisions
- 在前端定义三个页面,Owner页,Pet页,Service页,在Layout中自定义布局(例如可以添加header,sider等)
- Owner页需要实现Owner列表,需要有添加,编辑,删除,宠物列表链接
- Pet页需要实现Pet列表,需要有添加,编辑,删除,服务列表链接
- Service页需要实现Service列表,需要有添加,编辑,删除功能
- Owner,Pet,Service信息从已实现的后台获取并展示
- Owner,Pet,Service在添加,编辑,删除时对后台请求进行对应操作
- DDL: 2019年4月17日23:59。
- 使用antd组件Card/List/Table搭建列表
- 使用dva作为中间件,effects处理与后台交互,state存储表单数据,reducers管理表单数据
- 可使用ant design pro工程中的/util/request.js中的方法与后台进行交互