[需求变更] 打包管理-打包项目列表:企业联系人、联系人电话、邮箱这三个字段放在最后面

This commit is contained in:
zhaoxiao
2021-10-26 11:52:15 +08:00
parent 2d70be7322
commit c904fee6ad
2 changed files with 39 additions and 37 deletions
+21 -19
View File
@@ -137,25 +137,27 @@ export default {
width: 180, width: 180,
dataIndex: 'receiptExpense', dataIndex: 'receiptExpense',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, { },
title: '企业联系人', // {
align: 'center', // title: '企业联系人',
width: 280, // align: 'center',
dataIndex: 'companyContactTemporaryName', // width: 280,
scopedSlots: { customRender: 'text' } // dataIndex: 'companyContactTemporaryName',
}, { // scopedSlots: { customRender: 'text' }
title: '联系人电话', // }, {
align: 'center', // title: '联系人电话',
width: 200, // align: 'center',
dataIndex: 'phone', // width: 200,
scopedSlots: { customRender: 'text' } // dataIndex: 'phone',
}, { // scopedSlots: { customRender: 'text' }
title: '邮箱', // }, {
align: 'center', // title: '邮箱',
width: 280, // align: 'center',
dataIndex: 'email', // width: 280,
scopedSlots: { customRender: 'text' } // dataIndex: 'email',
}, { // scopedSlots: { customRender: 'text' }
// },
{
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
align: 'center', align: 'center',
@@ -273,24 +273,6 @@ export default {
width: 140, width: 140,
dataIndex: 'principalName', dataIndex: 'principalName',
scopedSlots: { customRender: 'text' } scopedSlots: { customRender: 'text' }
}, {
title: '企业联系人',
align: 'center',
width: 280,
dataIndex: 'contactsTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
title: '联系人电话',
align: 'center',
width: 160,
dataIndex: 'phone',
scopedSlots: { customRender: 'text' }
}, {
title: '联系人邮箱',
align: 'center',
width: 200,
dataIndex: 'email',
scopedSlots: { customRender: 'text' }
}, { }, {
title: '应收金额', title: '应收金额',
align: 'center', align: 'center',
@@ -331,6 +313,24 @@ export default {
width: 80, width: 80,
dataIndex: 'mail', dataIndex: 'mail',
scopedSlots: { customRender: 'status-mail' } scopedSlots: { customRender: 'status-mail' }
}, {
title: '企业联系人',
align: 'center',
width: 280,
dataIndex: 'contactsTemporaryName',
scopedSlots: { customRender: 'text' }
}, {
title: '联系人电话',
align: 'center',
width: 160,
dataIndex: 'phone',
scopedSlots: { customRender: 'text' }
}, {
title: '联系人邮箱',
align: 'center',
width: 200,
dataIndex: 'email',
scopedSlots: { customRender: 'text' }
}, { }, {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',