bug修改
This commit is contained in:
@@ -124,28 +124,28 @@ export default {
|
||||
{
|
||||
title: '合同编号',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 300,
|
||||
dataIndex: 'contractNum',
|
||||
scopedSlots: { customRender: 'htmlSlot' }
|
||||
},
|
||||
{
|
||||
title: '合同名称',
|
||||
align: 'center',
|
||||
width: 250,
|
||||
width: 300,
|
||||
dataIndex: 'contractName',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
{
|
||||
title: '签订单位',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 300,
|
||||
dataIndex: 'signedCompanyTemporaryName',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
{
|
||||
title: '负责人',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 300,
|
||||
dataIndex: 'principalName',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
@@ -159,7 +159,7 @@ export default {
|
||||
{
|
||||
title: '邮寄联系人',
|
||||
align: 'center',
|
||||
width: 200,
|
||||
width: 300,
|
||||
dataIndex: 'liaisonMan',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user