|
|
@@ -257,78 +257,78 @@ export default {
|
|
|
pageResult: [],
|
|
|
columns: [
|
|
|
//数据列
|
|
|
- { prop: "operationsTeam", label: "运营团队", minWidth: 160 },
|
|
|
- { prop: "channelClassification", label: "渠道分类", minWidth: 160 },
|
|
|
+ { prop: "operationsTeam", label: "运营团队", minWidth: 100 },
|
|
|
+ { prop: "channelClassification", label: "渠道分类", minWidth: 100 },
|
|
|
{ prop: "signDate", label: "签单日期", minWidth: 160 },
|
|
|
{ prop: "channel", label: "渠道", minWidth: 100 },
|
|
|
- { prop: "licenseNo", label: "车牌号", minWidth: 160 },
|
|
|
+ { prop: "licenseNo", label: "车牌号", minWidth: 100 },
|
|
|
{ prop: "insuredName", label: "被保险人", minWidth: 160 },
|
|
|
- { prop: "insuranceId", label: "保司编码", minWidth: 160 },
|
|
|
- { prop: "insuranceCompany", label: "保司名称", minWidth: 160 },
|
|
|
+ { prop: "insuranceId", label: "保司编码", minWidth: 140 },
|
|
|
+ { prop: "insuranceCompany", label: "保司名称", minWidth: 180 },
|
|
|
{ prop: "insuranceDeptId", label: "保司机构代码", minWidth: 160 },
|
|
|
- { prop: "insuranceDept", label: "保司机构", minWidth: 160 },
|
|
|
- { prop: "insuranceType", label: "险种", minWidth: 160 },
|
|
|
- { prop: "businessOwner", label: "业务归属", minWidth: 160 },
|
|
|
- { prop: "jqPolicyId", label: "交强保单号", minWidth: 160 },
|
|
|
+ { prop: "insuranceDept", label: "保司机构", minWidth: 120 },
|
|
|
+ { prop: "insuranceType", label: "险种", minWidth: 120 },
|
|
|
+ { prop: "businessOwner", label: "业务归属", minWidth: 120 },
|
|
|
+ { prop: "jqPolicyId", label: "交强保单号", minWidth: 180 },
|
|
|
{ prop: "jqPremiumTax", label: "交强险保费", minWidth: 160 },
|
|
|
{ prop: "jqPremium", label: "交强险不含税保费", minWidth: 160 },
|
|
|
- { prop: "syPolicyId", label: "商业保单号", minWidth: 160 },
|
|
|
+ { prop: "syPolicyId", label: "商业保单号", minWidth: 180 },
|
|
|
{ prop: "syPremiumTax", label: "商业险保费", minWidth: 160 },
|
|
|
{ prop: "syPremium", label: "商业险不含税保费", minWidth: 160 },
|
|
|
- { prop: "nonCarPolicyId", label: "非车保单号", minWidth: 160 },
|
|
|
+ { prop: "nonCarPolicyId", label: "非车保单号", minWidth: 180 },
|
|
|
{ prop: "nonCarPremiumTax", label: "非车险保费", minWidth: 160 },
|
|
|
{ prop: "nonCarPremium", label: "非车险不含税保费", minWidth: 160 },
|
|
|
{ prop: "agencySettlementTime", label: "代理结算时间", minWidth: 160 },
|
|
|
- { prop: "taxAmount", label: "车船税", minWidth: 160 },
|
|
|
- { prop: "jqReceivableRatio", label: "交强险应收比例", minWidth: 160 },
|
|
|
- { prop: "jqPremiumRatio", label: "交强险手续费比例", minWidth: 160 },
|
|
|
- { prop: "jqNonCopyingRatio", label: "交强险非跟单比例", minWidth: 160 },
|
|
|
- { prop: "syReceivableRatio", label: "商业险应收比例", minWidth: 160 },
|
|
|
- { prop: "syPremiumRatio", label: "商业险手续费比例", minWidth: 160 },
|
|
|
- { prop: "syNonCopyingRatio", label: "商业险非跟单比例", minWidth: 160 },
|
|
|
+ { prop: "taxAmount", label: "车船税", minWidth: 140 },
|
|
|
+ { prop: "jqReceivableRatio", label: "交强险应收比例", minWidth: 140 },
|
|
|
+ { prop: "jqPremiumRatio", label: "交强险手续费比例", minWidth: 140 },
|
|
|
+ { prop: "jqNonCopyingRatio", label: "交强险非跟单比例", minWidth: 140 },
|
|
|
+ { prop: "syReceivableRatio", label: "商业险应收比例", minWidth: 140 },
|
|
|
+ { prop: "syPremiumRatio", label: "商业险手续费比例", minWidth: 140 },
|
|
|
+ { prop: "syNonCopyingRatio", label: "商业险非跟单比例", minWidth: 140 },
|
|
|
{
|
|
|
prop: "nonCarReceivableRatio",
|
|
|
label: "非车险应收比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
{
|
|
|
prop: "nonCarPremiumRatio",
|
|
|
label: "非车险手续费比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
{
|
|
|
prop: "nonCarNonCopyingRatio",
|
|
|
label: "非车险非跟单比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
- { prop: "premium", label: "手续费金额", minWidth: 160 },
|
|
|
- { prop: "nonCopying", label: "非跟单金额", minWidth: 160 },
|
|
|
- { prop: "receivable", label: "应收", minWidth: 160 },
|
|
|
- { prop: "subsidyRatio", label: "补贴比例", minWidth: 160 },
|
|
|
- { prop: "subsidyAmount", label: "补贴金额", minWidth: 160 },
|
|
|
+ { prop: "premium", label: "手续费金额", minWidth: 140 },
|
|
|
+ { prop: "nonCopying", label: "非跟单金额", minWidth: 140 },
|
|
|
+ { prop: "receivable", label: "应收", minWidth: 140 },
|
|
|
+ { prop: "subsidyRatio", label: "补贴比例", minWidth: 140 },
|
|
|
+ { prop: "subsidyAmount", label: "补贴金额", minWidth: 140 },
|
|
|
{
|
|
|
prop: "maxJqReceivableRatio",
|
|
|
label: "最大交强险应付比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
{
|
|
|
prop: "maxSyReceivableRatio",
|
|
|
label: "最大商业险应付比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
{
|
|
|
prop: "maxNonCarReceivableRatio",
|
|
|
label: "最大非车险应付比例",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
- { prop: "maxReceivable", label: "最大应付金额", minWidth: 160 },
|
|
|
- { prop: "totalReceivableAmount", label: "总应收金额", minWidth: 160 },
|
|
|
- { prop: "settlementAmount", label: "结算金额", minWidth: 160 },
|
|
|
- { prop: "clearingState", label: "结算状态", minWidth: 160 },
|
|
|
+ { prop: "maxReceivable", label: "最大应付金额", minWidth: 140 },
|
|
|
+ { prop: "totalReceivableAmount", label: "总应收金额", minWidth: 140 },
|
|
|
+ { prop: "settlementAmount", label: "结算金额", minWidth: 140 },
|
|
|
+ { prop: "clearingState", label: "结算状态", minWidth: 140 },
|
|
|
{
|
|
|
prop: "insuranceClearingState",
|
|
|
label: "保司结算状态",
|
|
|
- minWidth: 160,
|
|
|
+ minWidth: 140,
|
|
|
},
|
|
|
],
|
|
|
row: {},
|