bug修改

This commit is contained in:
zhaoxiao
2021-10-20 16:12:26 +08:00
parent a24d69b7e2
commit 59089919ff
25 changed files with 184 additions and 94 deletions
+5 -5
View File
@@ -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' }
},