diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index ba05b05..b3591ad 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -115,7 +115,7 @@ export default { title: '是否提醒', align: 'center', width: 200, - dataIndex: 'remind', + dataIndex: 'remind_dictText', // scopedSlots: {customRender: 'text'} }, ], @@ -149,7 +149,7 @@ export default { title: '是否提醒', align: 'center', width: 200, - dataIndex: 'remind', + dataIndex: 'remind_dictText', // scopedSlots: {customRender: 'text'} }, ],