refactor(xumu): 重构理赔审核页面

- 修改页面布局和样式
- 优化理赔材料上传功能
- 添加审核信息相关字段
- 调整投保对象和审核记录的展示方式
- 优化搜索和筛选功能
This commit is contained in:
aixianling
2025-01-03 11:18:15 +08:00
parent c073c8d0bd
commit e1231d408c
7 changed files with 72 additions and 60 deletions

View File

@@ -13,7 +13,7 @@ export default {
computed: {
currentPage() {
let {hash} = this.$route
return ["#claim", "#add"].includes(hash) ? add : list
return ["#audit", "#add"].includes(hash) ? add : list
}
},
created() {