This commit is contained in:
Mrx
2026-06-12 14:31:41 +08:00
parent bee67272bb
commit 866d811035
3 changed files with 4 additions and 4 deletions

View File

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

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

@@ -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>