流程信息

This commit is contained in:
2025-12-26 18:13:42 +08:00
parent e8e6778d08
commit d8785fe915
20 changed files with 2493 additions and 159 deletions

View File

@@ -24,6 +24,8 @@ export const mockLoanApplicationRecords: LoanApplicationRecord[] = [
type: "info",
content: "您的申请正在风控部门审核中预计还需要1-2个工作日完成评估"
},
handlerName: "王经理",
handlerPhone: "13800138888",
actions: [
{
code: "VIEW_DETAIL",
@@ -104,6 +106,8 @@ export const mockLoanApplicationRecords: LoanApplicationRecord[] = [
type: "info",
content: "您的申请已进入资料审核阶段,请耐心等待"
},
handlerName: "刘经理",
handlerPhone: "13800139999",
actions: [
{
code: "CANCEL",