Compare commits
4 Commits
1652ee1e55
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c7d23975b3 | |||
| e37c4e446f | |||
| 777f2e2a7b | |||
| 14d7131447 |
@@ -1000,11 +1000,11 @@ const featureRiskLevels = {
|
||||
'FLXGDEA9': 55, // 本人不良
|
||||
|
||||
// 🟡 中高风险类 - 权重 20-30
|
||||
'JRZQ4AA8': 45, // 还款压力
|
||||
'JRZQ0A03': 45, // 借贷申请记录
|
||||
'JRZQ8203': 45, // 借贷行为记录
|
||||
'JRZQ4B6C': 45, // 信贷表现
|
||||
'JRZQ6F2A': 45, // 借贷申请
|
||||
'JRZQ4AA8': 30, // 还款压力
|
||||
'JRZQ0A03': 20, // 借贷申请记录
|
||||
'JRZQ8203': 35, // 借贷行为记录
|
||||
'JRZQ4B6C': 35, // 信贷表现
|
||||
'JRZQ6F2A': 20, // 借贷申请
|
||||
'BehaviorRiskScan': 60, // 风险行为扫描
|
||||
'IVYZ8I9J': 45, // 网络社交异常
|
||||
'JRZQ7F1A': 40, // 全景雷达
|
||||
|
||||
@@ -62,16 +62,17 @@ const currentStatus = !actualData
|
||||
:class="`status-label rounded-full px-6 py-3 text-center font-bold shadow-md ${currentStatus.bgClass} ${currentStatus.textClass}`">
|
||||
{{ currentStatus.text }}
|
||||
</div>
|
||||
<div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
|
||||
<p class="op-date text-sm font-medium text-blue-700">
|
||||
登记日期:{{ currentStatus.opDate }}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<p v-html="currentStatus.description" class="status-description mt-3 text-sm text-gray-600"></p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<!-- <div v-if="currentStatus.opDate" class="op-date-container mt-4 px-4 py-2 bg-blue-50 rounded-lg border border-blue-200">
|
||||
<p class="op-date text-sm font-medium text-blue-700">
|
||||
登记日期:{{ currentStatus.opDate }}
|
||||
</p>
|
||||
</div> -->
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.status-info {
|
||||
|
||||
Reference in New Issue
Block a user