|
@@ -147,7 +147,7 @@ const fields = ref([
|
|
|
{
|
|
{
|
|
|
label: "所属协议", model: "agreementIds", type: "select", multiple: true, placeholder: "输入代码,名称,简称查找", options: agreementListALL,
|
|
label: "所属协议", model: "agreementIds", type: "select", multiple: true, placeholder: "输入代码,名称,简称查找", options: agreementListALL,
|
|
|
props: {
|
|
props: {
|
|
|
- label: (item: any) => `${item.agreementTitle}`,
|
|
|
|
|
|
|
+ label: (item: any) => `${item.agreementAbbreviation}`,
|
|
|
value: 'id'
|
|
value: 'id'
|
|
|
}, filterable: true
|
|
}, filterable: true
|
|
|
},
|
|
},
|
|
@@ -220,7 +220,7 @@ const columns = [
|
|
|
{
|
|
{
|
|
|
prop: "agreementTitle", label: "协议信息", width: '350',
|
|
prop: "agreementTitle", label: "协议信息", width: '350',
|
|
|
formatter: (row: any) => {
|
|
formatter: (row: any) => {
|
|
|
- return `${row.agreementTitle}--${row.contactPerson || ''}`
|
|
|
|
|
|
|
+ return `${row.agreementAbbreviation}-${row.contactPerson}`
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{ prop: "productName", label: "险种", width: '120', },
|
|
{ prop: "productName", label: "险种", width: '120', },
|