[需求变更] 打包企业列表
This commit is contained in:
@@ -113,13 +113,14 @@ export default {
|
||||
width: 280,
|
||||
dataIndex: 'companyTemporaryName',
|
||||
scopedSlots: { customRender: 'projectName' }
|
||||
}, {
|
||||
title: '打包年份',
|
||||
},
|
||||
{
|
||||
title: '企业联系人',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
dataIndex: 'packYear',
|
||||
width: 280,
|
||||
dataIndex: 'companyContactTemporaryName',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
},{
|
||||
title: '打包联系人',
|
||||
align: 'center',
|
||||
width: 280,
|
||||
@@ -137,14 +138,15 @@ export default {
|
||||
width: 180,
|
||||
dataIndex: 'receiptExpense',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
}, {
|
||||
title: '打包年份',
|
||||
align: 'center',
|
||||
width: 140,
|
||||
dataIndex: 'packYear',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
|
||||
// {
|
||||
// title: '企业联系人',
|
||||
// align: 'center',
|
||||
// width: 280,
|
||||
// dataIndex: 'companyContactTemporaryName',
|
||||
// scopedSlots: { customRender: 'text' }
|
||||
// }, {
|
||||
// title: '联系人电话',
|
||||
// align: 'center',
|
||||
// width: 200,
|
||||
|
||||
Reference in New Issue
Block a user