version temp

This commit is contained in:
2025-10-24 14:39:32 +08:00
parent ff5cb63960
commit c1dd5551f0
30 changed files with 556 additions and 304 deletions

View File

@@ -131,7 +131,7 @@
</van-field>
<div class="text-xs text-gray-400 mt-1">
提示最高金额不能超过上限{{
productConfigData?.price_range_max || 0
productConfigData?.price_range_max || 0
}}和大于最低金额{{ priceIncreaseMax }}<br />
说明设定的最高金额为定价区间的结束值若下级设定的报告金额在区间内则区间内部分将按比例获得收益
</div>
@@ -178,13 +178,15 @@ import { settings } from "nprogress";
// 报告类型选项
const reportOptions = [
{ text: "入职风险", value: "backgroundcheck", id: 1 },
{ text: "老板企业风险", value: "companyinfo", id: 2 },
{ text: "家政风险", value: "homeservice", id: 3 },
{ text: "婚恋风险", value: "marriage", id: 4 },
{ text: "贷前风险", value: "prepreloanbackgroundcheck", id: 5 },
{ text: "租赁风险", value: "rentalrisk", id: 6 },
{ text: "个人风险", value: "riskassessment", id: 7 },
{ text: "小微企业", value: "companyinfo", id: 2 },
{ text: "贷前风险", value: "preloanbackgroundcheck", id: 5 },
{ text: "个人大数据", value: "personaldata", id: 27 },
// { text: "入职风险", value: "backgroundcheck", id: 1 },
// { text: "家政风险", value: "homeservice", id: 3 },
// { text: "婚恋风险", value: "marriage", id: 4 },
// { text: "租赁风险", value: "rentalrisk", id: 6 },
// { text: "个人风险", value: "riskassessment", id: 7 },
];
// 状态管理