version temp
This commit is contained in:
@@ -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 },
|
||||
];
|
||||
|
||||
// 状态管理
|
||||
|
||||
Reference in New Issue
Block a user