diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue
index afe0acc..175e644 100644
--- a/src/views/incomePayments/meetManage/Attendance.vue
+++ b/src/views/incomePayments/meetManage/Attendance.vue
@@ -358,6 +358,12 @@
+
+
+
+
+
@@ -424,6 +430,7 @@ import SetGuessUploadFlagModal from './modules/SetGuessUploadFlagModal'
import { downloadFile } from '../../../api/manage'
import WasicTopicData from './modules/wasicStaticData'
import { formatMoney } from '@/utils/formatMoney'
+import {getPayConfirmList} from '@api/incomePaymentsApi'
export default {
@@ -538,11 +545,11 @@ export default {
scopedSlots: { customRender: 'status-bill' }
},
{
- title: '邮寄',
+ title: '确收',
align: 'center',
width: 100,
- dataIndex: 'mail',
- scopedSlots: { customRender: 'status-mail' }
+ dataIndex: 'affirmIncome',
+ scopedSlots: { customRender: 'status-confirm' }
},
{
title: '对接人',
@@ -839,6 +846,7 @@ export default {
},
methods: {
formatMoney,
+ getPayConfirmList,
// 处理国际研讨会-WASIC-已经选择的数据如何展示
handleWasicLinkTopics(currentMeetingInfo, dictKey) {
dictKey = dictKey || 'linkTopics'