项目成员管理:
- 创建 projectMember.vue 页面(318行)
- 按项目查询成员列表
- 添加/编辑/移除成员
- 角色选择(项目经理/开发/测试/财务/普通成员)
- 工作量占比滑块
- 状态管理(在职/已离开)
应收款管理:
- 创建 receivable.vue 页面(475行)
- 多条件搜索(编号、项目、状态)
- 表格展示(应收款金额、已收款金额、未收款金额、逾期天数)
- 新增/编辑应收款
- 记录收款功能
- 逾期提醒(红色显示)
- 状态标签(待收款/部分收款/已收款/逾期)
路由配置:
- 添加项目成员管理路由(/project/member)
- 添加应收款管理路由(/finance/receivable)
所有核心模块前端页面全部完成!✅
Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.