From bd485b9f0c11b1ae3b0d6d481632abc77f32d0d0 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 15 Dec 2021 19:35:40 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E9=A1=B9=E7=9B=AE=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mineProject/MineProject.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } }, {