f
This commit is contained in:
@@ -499,7 +499,11 @@ const featureMap = {
|
||||
CJRZQ5E9F_RiskAdvice: {
|
||||
name: "专业建议",
|
||||
component: defineAsyncComponent(() => import("@/ui/CJRZQ5E9F/components/RiskAdvice.vue")),
|
||||
}
|
||||
},
|
||||
JRZQ8B3C: {
|
||||
name: "个人消费等级",
|
||||
component: defineAsyncComponent(() => import("@/ui/JRZQ8B3C/index.vue")),
|
||||
},
|
||||
};
|
||||
|
||||
const maskValue = computed(() => {
|
||||
@@ -592,6 +596,7 @@ const featureRiskLevels = {
|
||||
'IVYZ9A2B': 3, // 学历信息
|
||||
'IVYZ3P9M': 3, // 学历信息查询(实时版)
|
||||
|
||||
'JRZQ8B3C': 3, // 个人消费等级
|
||||
// 📊 复合报告类 - 按子模块动态计算
|
||||
'DWBG8B4D': 0, // 谛听多维报告(由子模块计算)
|
||||
'DWBG6A2C': 0, // 司南报告(由子模块计算)
|
||||
@@ -833,7 +838,7 @@ watch([reportData, componentRiskScores], () => {
|
||||
</div>
|
||||
<div>
|
||||
<a class="text-blue-500" href="https://beian.miit.gov.cn">
|
||||
琼ICP备2024048057号-2
|
||||
琼ICP备2024038584号-13
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user