问题: - 项目金额在新增和编辑时不会更新 - 前端表单字段与后端Entity字段不一致 - projectAmount不存在于后端,应该是budgetAmount和contractAmount - projectManager应该是projectManagerId (Long类型) - projectDesc应该是description 修复: 1. 修正前端表单字段 - projectAmount → budgetAmount (预算金额) - 新增 contractAmount (合同金额) - projectManager → projectManagerId - projectDesc → description - 新增 projectShort, projectType, remark等字段 2. 优化表单UI - 添加项目简称字段 - 添加项目类型下拉选择(开发/维护/咨询) - 预算金额和合同金额分开显示 - 添加备注字段 3. 修正表格显示列 - 项目金额 → 预算金额 + 合同金额(两列) 现在前后端字段完全一致!
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.