This commit is contained in:
Mrx
2026-06-12 14:34:40 +08:00
parent 866d811035
commit 7b8bdbb323
5 changed files with 8 additions and 8 deletions

View File

@@ -591,14 +591,14 @@ const featureMap = {
remark: '天远指谜报告综合展示身份核验、信用等级、风险画像与名单、公安不良、逾期与司法案件等维度,数据来源于合作机构,仅供参考。',
},
DWBG9FB3: {
name: "个人金融风控档案",
name: "海宇贷前风险档案",
component: defineAsyncComponent(() => import("@/ui/DWBG9FB3/index.vue")),
remark: '个人金融风控档案综合展示风险评估、基本信息、借贷画像、逾期黑名单、欺诈黑名单、投诉风险、逾期勘测、借贷意向与司法案件等维度,数据来源于合作机构,仅供参考。',
remark: '海宇贷前风险档案综合展示风险评估、基本信息、借贷画像、逾期黑名单、欺诈黑名单、投诉风险、逾期勘测、借贷意向与司法案件等维度,数据来源于合作机构,仅供参考。',
},
DWBG9FB2: {
name: "海宇租赁",
name: "海宇个人风险报告",
component: defineAsyncComponent(() => import("@/ui/DWBG9FB2/index.vue")),
remark: '海宇租赁个人风险评估报告综合展示风险评估、基本信息、借贷画像、欺诈黑名单、逾期勘测、借贷意向、3C租赁申请意向与司法案件等维度数据来源于合作机构仅供参考。',
remark: '海宇租赁海宇个人风险报告综合展示风险评估、基本信息、借贷画像、欺诈黑名单、逾期勘测、借贷意向、3C租赁申请意向与司法案件等维度数据来源于合作机构仅供参考。',
},
};

View File

@@ -2,7 +2,7 @@
<div class="gamma-report">
<div ref="reportRef" class="gamma-container">
<div class="report-header">
<div class="report-title">个人金融风控档案</div>
<div class="report-title">海宇贷前风险档案</div>
<div class="report-time">报告输出时间: {{ reportTime }}</div>
</div>

View File

@@ -1,7 +1,7 @@
<template>
<div class="header-section">
<div class="header-left">
<h1>个人风险评估报告</h1>
<h1>海宇个人风险报告</h1>
<p>多维度大数据风险分析</p>
</div>
<div class="header-middle">

View File

@@ -1,4 +1,4 @@
/** DWBG9FB2 个人风险评估报告工具函数 */
/** DWBG9FB2 海宇个人风险报告工具函数 */
export const RISK_LEVEL_INFO = {
A: { label: '低风险', levelText: '低风险', color: '#48bb78', note: '综合多维度大数据分析,用户当前风险较低,建议正常评估。' },

View File

@@ -2,7 +2,7 @@
<div class="gamma-report">
<div ref="reportRef" class="gamma-container">
<div class="report-header">
<div class="report-title">个人金融风控档案</div>
<div class="report-title">海宇贷前风险档案</div>
<div class="report-time">报告输出时间: {{ reportTime }}</div>
</div>