VerifVATInvoice/webapp/vite-project
liuxiaoqing 1170d5238a refactor(webapp): 优化发票查验组件布局和功能
-调整发票代码输入框位置,移到发票类型下方
-修复文件上传服务中的错误提示信息
- 优化文件哈希计算方法,改为静态方法
- 更新后端接口命名,使用下划线风格
- 调整发票列表展示字段,将销方信息移到上方
2025-08-18 17:54:29 +08:00
..
public feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
src refactor(webapp): 优化发票查验组件布局和功能 2025-08-18 17:54:29 +08:00
.gitignore feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
index.html feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package-lock.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
package.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
README.md feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.app.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
tsconfig.node.json feat(webapp): 初始化项目结构和功能 2025-08-17 13:24:36 +08:00
vite.config.ts build(vite): 清空构建输出目录 2025-08-18 14:25:18 +08:00

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.