diff --git a/src/views/workTeam/WorkTeam.vue b/src/views/workTeam/WorkTeam.vue index 84ba284..dbba7db 100644 --- a/src/views/workTeam/WorkTeam.vue +++ b/src/views/workTeam/WorkTeam.vue @@ -10,18 +10,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + @@ -115,12 +115,22 @@ export default { scopedSlots: { customRender: 'text' } }, { title: '负责人邮箱', - dataIndex: 'principalMail', + dataIndex: 'principalEmail', + align: 'center', + scopedSlots: { customRender: 'text' } + }, { + title: '运行周期', + dataIndex: 'operationCycle', + align: 'center', + scopedSlots: { customRender: 'text' } + }, { + title: '任务及目标', + dataIndex: 'missionAndObjectives', align: 'center', scopedSlots: { customRender: 'text' } }, { title: '缴费凭证状态', - dataIndex: 'status', + dataIndex: 'paymentStatus_dictText', align: 'center', scopedSlots: { customRender: 'text' } }, {