feat(loan): 适配贷款业务流程
- 修改投保单号为贷款合同号 - 更新相关 API 路径 -调整表格列和搜索条件以适应贷款业务 - 优化耳标号筛选功能 - 更新字典加载项
This commit is contained in:
@@ -17,7 +17,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.dict.load("auditStatus", "insureType", "insureStatus", "category", "variety")
|
||||
this.dict.load("auditStatus", "loanProduct", "loanStatus", "category", "variety")
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user