This commit is contained in:
2025-12-25 12:57:40 +08:00
parent d34ce070c1
commit c739f64507
22 changed files with 2006 additions and 254 deletions

View File

@@ -263,7 +263,13 @@ const featureMap = {
name: "违约失信",
component: defineAsyncComponent(() => import("@/ui/CFLXG3D56.vue")),
},
FLXG7E8F: {
name: "司法涉诉",
component: defineAsyncComponent(() =>
import("@/ui/FLXG7E8F/index.vue")
),
remark: '司法涉诉风险展示申请人相关的诉讼情况,包括民事诉讼、刑事诉讼、行政诉讼、执行案件、失信被执行人、限制消费等。数据来源于各级法院的公开判决书和法官网等权威渠道。'
},
FLXG0V4B: {
name: "司法涉诉",
component: defineAsyncComponent(() =>
@@ -567,6 +573,7 @@ const maskValue = computed(() => {
const featureRiskLevels = {
// 🔴 高风险类 - 权重 10
'FLXG0V4B': 20, // 司法涉诉
'FLXG7E8F': 20, // 司法涉诉
'FLXG3D56': 10, // 违约失信
'JRZQ4AA8': 10, // 还款压力
@@ -575,7 +582,6 @@ const featureRiskLevels = {
'JRZQ8203': 7, // 借贷行为记录
'JRZQ4B6C': 7, // 信贷表现
'BehaviorRiskScan': 7, // 风险行为扫描
// 🟡 中风险类 - 权重 5
'QYGL3F8E': 5, // 人企关系加强版
'QCXG7A2B': 5, // 名下车辆
@@ -831,7 +837,7 @@ watch([reportData, componentRiskScores], () => {
</a>
</div>
</div>
<div>海南天远大数据科技有限公司版权所有</div>
<div>海南海宇大数据有限公司版权所有</div>
</div>
</template>