|
@@ -169,6 +169,8 @@ const columns = [
|
|
|
return `${row.agreementCode}\n${row.agreementAbbreviation}`
|
|
return `${row.agreementCode}\n${row.agreementAbbreviation}`
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
|
|
+ { prop: "effectiveTime", label: "生效时间", width: '200' },
|
|
|
|
|
+ { prop: "failureTime", label: "失效时间", width: '200' },
|
|
|
{
|
|
{
|
|
|
prop: "ruleDescription", label: "承保规则", width: '500',
|
|
prop: "ruleDescription", label: "承保规则", width: '500',
|
|
|
},
|
|
},
|
|
@@ -194,8 +196,7 @@ const columns = [
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- { prop: "effectiveTime", label: "生效时间", width: '200' },
|
|
|
|
|
- { prop: "failureTime", label: "失效时间", width: '200' },
|
|
|
|
|
|
|
+
|
|
|
{
|
|
{
|
|
|
prop: "ruleConditions", label: "交强费用", width: '300', formatter: (row: any) => {
|
|
prop: "ruleConditions", label: "交强费用", width: '300', formatter: (row: any) => {
|
|
|
let info = row.ruleConditions.find((val: any) => val.costType == '交强险');
|
|
let info = row.ruleConditions.find((val: any) => val.costType == '交强险');
|