|
|
@@ -304,9 +304,11 @@ const columns = [
|
|
|
prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '500'
|
|
|
},
|
|
|
{ prop: "productName", label: "险种", width: '120', },
|
|
|
+ { prop: "costDescribe", label: "费用描述", width: '500', },
|
|
|
{
|
|
|
prop: "costRules", label: "费用规则", component: 'customSlot', width: '500',
|
|
|
},
|
|
|
+ { prop: "priorityLevel", label: "优先级", width: '120', },
|
|
|
{
|
|
|
prop: "ruleConditions", label: "交强费用", width: '300', formatter: (row: any) => {
|
|
|
let info = row.ruleConditions.find((val: any) => val.costType == '交强险');
|
|
|
@@ -597,6 +599,7 @@ const handleClick = (pane: any) => {
|
|
|
formInline.auditStatus = '2';
|
|
|
findpage("2");
|
|
|
}
|
|
|
+ resetForm();
|
|
|
}
|
|
|
|
|
|
</script>
|