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
@@ -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' }
},