feat(loan): 适配贷款业务流程

- 修改投保单号为贷款合同号
- 更新相关 API 路径
-调整表格列和搜索条件以适应贷款业务
- 优化耳标号筛选功能
- 更新字典加载项
This commit is contained in:
aixianling
2025-01-03 14:52:43 +08:00
parent e1231d408c
commit f108a61293
4 changed files with 58 additions and 49 deletions

View File

@@ -17,7 +17,7 @@ export default {
}
},
created() {
this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety")
this.dict.load("auditStatus", "loanProduct", "loanStatus", "category", "variety")
},
}
</script>