diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue
index 4eb1b16..0b77b71 100644
--- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue
+++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue
@@ -93,6 +93,10 @@
+
+
+
+
@@ -235,7 +239,7 @@ export default {
align: 'center',
width: 140,
dataIndex: 'principalName',
- scopedSlots: { customRender: 'text' }
+ scopedSlots: { customRender: 'contact' }
}, {
title: '来款单位',
align: 'center',
@@ -245,9 +249,9 @@ export default {
}, {
title: '企业联系人',
align: 'center',
- width: 120,
+ width: 140,
dataIndex: 'contactsTemporaryName',
- scopedSlots: { customRender: 'text' }
+ scopedSlots: { customRender: 'contact' }
}, {
title: '应收金额',
align: 'center',