|
@@ -176,6 +176,30 @@ export const equityColumns: BasicColumn[] = [
|
|
|
width: 100,
|
|
|
},
|
|
|
{
|
|
|
+ title: '合同所属公司',
|
|
|
+ dataIndex: 'companyName',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 230,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '业务部门',
|
|
|
+ dataIndex: 'businessDept',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 120,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '业务员',
|
|
|
+ dataIndex: 'businessName',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 120,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '客户付款时间',
|
|
|
+ dataIndex: 'customerPayTime',
|
|
|
+ ellipsis: true,
|
|
|
+ width: 160,
|
|
|
+ },
|
|
|
+ {
|
|
|
title: '客户名称',
|
|
|
dataIndex: 'customerName',
|
|
|
width: 100,
|