|
|
@@ -306,7 +306,7 @@ const getAgreement = () => {
|
|
|
}
|
|
|
const columns = [
|
|
|
{
|
|
|
- prop: "agreementAbbreviation", label: "协议信息", width: '300', fixed: 'left',
|
|
|
+ prop: "agreementAbbreviation", label: "协议信息", width: '250',
|
|
|
formatter: (row: any) => {
|
|
|
return `${row.agreementTitle}--${row.dockingPerson || ''}`
|
|
|
}
|
|
|
@@ -314,12 +314,12 @@ const columns = [
|
|
|
{ prop: "effectiveTime", label: "生效时间", width: '200' },
|
|
|
{ prop: "failureTime", label: "失效时间", width: '200' },
|
|
|
{
|
|
|
- prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '800'
|
|
|
+ prop: "ruleDescription", label: "承保规则", component: 'customSlot', width: '600'
|
|
|
},
|
|
|
{ prop: "productName", label: "险种", width: '120', },
|
|
|
- { prop: "costDescribe", label: "费用描述", width: '500', component: 'customSlot', },
|
|
|
+ { prop: "costDescribe", label: "费用描述", width: '400', component: 'customSlot', },
|
|
|
{
|
|
|
- prop: "costRules", label: "费用规则", component: 'customSlot', width: '500',
|
|
|
+ prop: "costRules", label: "费用规则", component: 'customSlot', width: '700',
|
|
|
},
|
|
|
{ prop: "priorityLevel", label: "优先级", width: '120', },
|
|
|
{
|