|
|
@@ -217,8 +217,8 @@ function findpage(status: any) {
|
|
|
}
|
|
|
|
|
|
const columns = [
|
|
|
- {
|
|
|
- prop: "agreementTitle", label: "协议信息", width: '350', fixed: 'left',
|
|
|
+ {
|
|
|
+ prop: "agreementTitle", label: "协议信息", width: '350',
|
|
|
formatter: (row: any) => {
|
|
|
return `${row.agreementTitle}--${row.contactPerson || ''}`
|
|
|
}
|