[update] 项目字段对接

This commit is contained in:
zhaoxiao
2021-12-15 19:35:40 +08:00
parent a0604a7aad
commit bd485b9f0c
+2 -2
View File
@@ -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' }
}, {