1. 新增页面必填项标记
- expense/Add.vue: 支出标题、支出类型、支出金额添加红色星号必填标记
- 其他使用 van-form 的页面已有 required 属性标记
2. 错误提示优化
- 将 showToast 改为 showFailToast 显示错误提示
- showFailToast 使用红色背景,错误信息更清晰可见
- 涉及文件:
- expense/Add.vue
- requirement/Add.vue
- receivable/Add.vue
- project/Add.vue
- customer/Add.vue
- my/ChangePassword.vue
Vue 3 + TypeScript + Vite
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.
Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.