|
|
@@ -245,13 +245,13 @@ const ContractRenews: React.FC = () => {
|
|
|
|
|
|
{
|
|
|
title: '原合同编号',
|
|
|
- dataIndex: ['contract', 'contractNo'],
|
|
|
+ dataIndex: ['contract', 'contractNumber'],
|
|
|
key: 'contractNo',
|
|
|
width: 150,
|
|
|
},
|
|
|
{
|
|
|
title: '客户名称',
|
|
|
- dataIndex: ['contract', 'customer', 'name'],
|
|
|
+ dataIndex: ['contract', 'client', 'companyName'],
|
|
|
key: 'customerName',
|
|
|
width: 180,
|
|
|
},
|