diff --git a/src/views/mineProject/MineProject.vue b/src/views/mineProject/MineProject.vue index 983ba31..8fedf7d 100644 --- a/src/views/mineProject/MineProject.vue +++ b/src/views/mineProject/MineProject.vue @@ -109,12 +109,12 @@ export default { scopedSlots: { customRender: 'text' } }, { title: '负责人邮箱', - dataIndex: 'principalMail', + dataIndex: 'principalEmail', align: 'center', scopedSlots: { customRender: 'text' } }, { title: '缴费凭证状态', - dataIndex: 'status', + dataIndex: 'paymentStatus_dictText', align: 'center', scopedSlots: { customRender: 'text' } }, {