/** 维度信息table 配置 */ export const PRODIMENSIONLISTCOLUMN = [ { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "mincreditsum", label: "最低申请金额", width: "120px" }, { prop: "maxcreditsum", label: "最高申请金额", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "paymenttype", label: "还款方式", width: "200px" }, { prop: "isdefault", label: "是否默认", width: "auto" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "manualreviewtype", label: "人工审核类型", width: "170px" }, { prop: "visainterviewtype", label: "面签类型", width: "120px" }, { prop: "autopassvoucheraudit", label: "凭证审核类型", width: "120px" }, { prop: "needuserreview", label: "客户申请复核", width: "150px" }, { prop: "needareafinaudit", label: "地区金融审核", width: "150px" }, { prop: "needvouncheraddition", label: "凭证补传", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 维度定价配置 export const DIMENSIONPRICINGSETTINGCOLUMN = [ { prop: "paymentname", label: "还款方式", width: "200px" }, { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "rateinteresttype", label: "利息计算方式", width: "130px" }, { prop: "interestperiod", label: "计息周期", width: "auto" }, { prop: "interesttype", label: "计息口径", width: "auto" }, { prop: "rateunit", label: "利率单位", width: "auto" }, { prop: "rate", label: "利率", width: "120px", type: "rate" }, { prop: "eachratefixed", label: "每期利息固定金额", width: "160px" }, { prop: "poundagetype", label: "手续费计算方式", width: "140px" }, { prop: "poundagerate", label: "手续费率", type: "rate", width: "auto" }, { prop: "minpoundage", label: "最低手续费", width: "120px" }, { prop: "maxpoundage", label: "最高手续费", width: "120px" }, { prop: "poundagefixed", label: "手续费固定金额", width: "160px" }, { prop: "poundagecharge", label: "手续费收取方式", width: "160px" }, { prop: "poundagemonth", label: "手续费平摊月数", width: "150px" }, { prop: "platformtype", label: "平台服务费计算方式", width: "200px" }, { prop: "platformrate", label: "平台服务费率", type: "rate", width: "120px" }, { prop: "minplatform", label: "最低平台服务费", width: "120px" }, { prop: "maxplatform", label: "最高平台服务费", width: "130px" }, { prop: "platformfixed", label: "平台服务费固定金额", width: "160px" }, { prop: "platformcharge", label: "平台服务费收取方式", width: "160px" }, { prop: "platformmonth", label: "平台服务费平摊月数", width: "160px" }, { prop: "guarantycalculation", label: "担保费计算方式", width: "160px" }, { prop: "guarantyrate", label: "担保费费率", type: "rate", width: "120px" }, { prop: "minguaranty", label: "最低担保费", width: "120px" }, { prop: "maxguaranty", label: "最高担保费", width: "120px" }, { prop: "guarantyfixed", label: "担保费固定金额", width: "140px" }, { prop: "guarantycharge", label: "担保费收取方式", width: "140px" }, { prop: "guarantymonth", label: "担保费平摊月数", width: "140px" }, { prop: "isdelete", label: "定价状态", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 提前还款方案配置 export const PREPAYMENTSETTINGCOLUMN = [ { prop: "paymentname", label: "还款方式", width: "200px" }, { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "prepaymenttype", label: "提前还款费计算方式", width: "270px" }, { prop: "prepaymentmonth", label: "提前还款费利息月数", width: "170px" }, { prop: "prepaymentrate", label: "提前还款费费率", type: "rate", width: "130px" }, { prop: "lockperiod", label: "封闭期", width: "130px" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 展期方案配置 export const ROLLPLANSETTINGCOLUMN = [ { prop: "paymenttype", label: "还款方式", width: "200px" }, { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "rolloverlimitsum", label: "累计展期月数限制", width: "150px" }, { prop: "rolloverlimit", label: "展期次数限制", width: "120px" }, { prop: "rollovertype", label: "展期方式", width: "auto" }, { prop: "rollovermonth", label: "展期月数", width: "auto" }, { prop: "rollinteresttype", label: "展期费计算方式", width: "140px" }, { prop: "rolloverrate", label: "展期费费率", type: "rate", width: "110px" }, { prop: "rolloversum", label: "展期固定费用", width: "120px" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 贴息方案配置 export const DISCOUNTPLANSETTINGCOLUMN = [ { prop: "paymenttype", label: "还款方式", width: "200px" }, { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "minbusinesssum", label: "最低申请金额", width: "120px" }, { prop: "maxbusinesssum", label: "最高申请金额", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "isallpostedinterest", label: "贴利息类型", width: "120px" }, { prop: "isallpostedpoundage", label: "贴手续费类型", width: "120px" }, { prop: "isallpostedservice", label: "贴平台服务费类型", width: "160px" }, { prop: "isallpostedguaranty", label: "贴担保费类型", width: "120px" }, { prop: "discountterm", label: "贴息期数", width: "auto" }, { prop: "discountguarantyterm", label: "贴担保费期数", width: "auto" }, { prop: "discountrate", label: "贴息年利率", type: "rate", width: "120px" }, { prop: "discountsum", label: "贴息固额", width: "auto" }, { prop: "poundagerate", label: "贴手续费费率", type: "rate", width: "120px" }, { prop: "poundagesum", label: "贴手续费固额", width: "120px" }, { prop: "servicerate", label: "贴平台服务费月利率", type: "rate", width: "150px" }, { prop: "discountserviceterm", label: "贴服务服务费期数", type: "rate", width: "150px" }, { prop: "servicesum", label: "贴平台服务费固额", width: "150px" }, { prop: "guarantyrate", label: "贴担保费费率", type: "rate", width: "120px" }, { prop: "guarantysum", label: "贴担保费固额", width: "120px" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 维度激励配置 export const INCENTIVESETTINGCOLUMN = [ { prop: "incentiveobject", label: "激励对象", width: "auto" }, { prop: "mincreditterm", label: "最低贷款期限", width: "120px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "minbusinesssum", label: "最低申请金额", width: "120px" }, { prop: "maxbusinesssum", label: "最高申请金额", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "incentiveway", label: "激励费计算方式", width: "140px" }, { prop: "incentiveratio", label: "激励费比例", width: "110px" }, { prop: "incentivesum", label: "激励费金额", width: "110px" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 征信查询配置 export const CREDITQUERYSETTINGCOLUMN = [ { prop: "mincreditterm", label: "最低贷款期限", width: "200px" }, { prop: "maxcreditterm", label: "最高贷款期限", width: "120px" }, { prop: "minapplyquota", label: "最低申请金额", width: "120px" }, { prop: "maxapplyquota", label: "最高申请金额", width: "120px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "paymenttype", label: "还款方式", width: "180px" }, { prop: "type", label: "配置类型", width: "auto" }, { prop: "querymainborrowercredit", label: "借款人征信查询类型", width: "180px" }, { prop: "querycoborrowercredit", label: "共借人征信查询类型", width: "180px" }, { prop: "queryguaranteecredit", label: "担保人征信查询类型", width: "180px" }, { prop: "isdefault", label: "是否默认", width: "auto" }, { prop: "isdelete", label: "配置状态", width: "auto" }, { prop: "operationOption", width: "120px", label: "操作", align: "center", fixed: "right", type: "buttons" } ]; // 影像资料配置 export const SCREENAGEDOCSETTINGCOLUMN = [ { prop: "phaseName", label: "流程阶段名称", width: "140px" }, { prop: "occurTypeCn", label: "业务类型", width: "140" }, { prop: "docNo", label: "影像资料类型编码", width: "160px" }, { prop: "docName", label: "影像资料类型名称", width: "160px" }, { prop: "changeflag", label: "变更标志", width: "auto" }, { prop: "isMandatory", label: "是否必填", width: "auto" }, { prop: "theTemple", label: "影像示例/资料模版", width: "200" }, { prop: "sortNo", label: "排序号", width: "auto" }, { prop: "mobilityShowFlag", label: "移动运营端展示标志", width: "180px" }, { prop: "marketingShowFlag", label: "移动客户端展示标志", width: "180px" }, { prop: "isDelete", label: "配置状态", width: "auto" }, { prop: "operationOption", width: "150px", label: "影像资料管理", align: "center", fixed: "right", type: "buttons" } ];