update:替换接口地址

This commit is contained in:
sunzheng
2024-07-11 09:32:18 +08:00
parent cbcdc87e2c
commit 37079c9f35
3 changed files with 9 additions and 9 deletions
@@ -176,8 +176,8 @@ export default {
],
// todo 替换接口
url: {
list: '/member/tbMemberProjectSubitem/page',
exportXlsUrl: '/member/tbMemberProjectSubitem/exportXls'
list: '/member/annulMemberProject/page',
exportXlsUrl: '/member/annulMemberProject/exportXls'
},
}
},
@@ -159,14 +159,14 @@ export default {
{
title: '是否举办过标准院会议',
align: 'center',
dataIndex: 'isHold',
dataIndex: 'isHold_dictText',
scopedSlots: {customRender: 'text'},
width: 100,
},
{
title: '曾举办会议类型',
align: 'center',
dataIndex: 'meetingType',
dataIndex: 'meetingType_dictText',
scopedSlots: {customRender: 'text'},
width: 100,
},
@@ -186,9 +186,9 @@ export default {
}
],
url: {
list: '/meeting/payMeeting/queryMeetingSummary',
importExcelUrl: '/meeting/otherMeeting/importExcel',
downTemplateUrl: '/meeting/otherMeeting/downTemplateUrlExcel',
list: '/meeting/payMeetingHotelRecommend/page',
importExcelUrl: '/meeting/payMeetingHotelRecommend/importXls',
downTemplateUrl: '/meeting/payMeetingHotelRecommend/exportTemplate',
},
}
},
@@ -403,7 +403,7 @@ export default {
title: '确认凭证',
align: 'center',
fixed: 'right',
dataIndex: 'pack2',
dataIndex: 'confirmVoucher',
width: 100,
scopedSlots: { customRender: 'status-pack' }
},
@@ -411,7 +411,7 @@ export default {
title: '审核',
align: 'center',
fixed: 'right',
dataIndex: 'registerCheckResult',
dataIndex: 'checkPaymentStatus',
width: 100,
scopedSlots: { customRender: 'status-pack' }
},