refactor(xumu): 重构理赔审核页面
- 修改页面布局和样式 - 优化理赔材料上传功能 - 添加审核信息相关字段 - 调整投保对象和审核记录的展示方式 - 优化搜索和筛选功能
This commit is contained in:
		| @@ -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() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user