refactor(webapp): 优化发票验证流程和界面

- 修改验证流程初始步骤为第3步- 更新验证结果展示方式,使用 Ant Design Result 组件
-优化上传页面样式,增加顶部间距
- 调整验证接口返回格式,统一错误处理
This commit is contained in:
2025-08-19 22:42:38 +08:00
parent 8c7422dc68
commit 31404cf225
6 changed files with 18 additions and 22 deletions
@@ -74,6 +74,7 @@ const handleUpload = (options: any) => {
<style scoped>
.container {
margin-top: 50px;
height: 100%;
}
</style>