- 创建 expense.js API 文件(完整的 CRUD 接口)
- 创建 expense.vue 管理页面
- 多条件搜索(支出编号、支出类型、项目、状态)
- 表格展示(支出编号、类型、金额、日期、事由、项目、付款方式、状态)
- 新增/编辑表单(支持金额、日期、事由、项目、付款方式等管理)
- 状态更新对话框(待付款/已付款/已完成/已作废)
- 支出类型树形选择
- 项目下拉选择
- 添加支出管理路由配置(/finance/expense)
支出管理模块全栈开发完成!✅
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.