diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index bd1b67c..2f2e6f6 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -12,19 +12,19 @@ - + - + - + + + + + + + 查询 @@ -90,7 +99,7 @@ export default { data() { return { title: '操作', - width: 800, + width: 1200, visible: false, confirmLoading: false, form: this.$form.createForm(this), @@ -122,12 +131,19 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '邮件提醒', + title: '是否提醒', align: 'center', width: 200, dataIndex: 'remind_dictText', // scopedSlots: {customRender: 'text'} }, + { + title: '邮件提醒', + align: 'center', + width: 200, + dataIndex: 'mailRemind_dictText', + // scopedSlots: {customRender: 'text'} + }, ], // 分标委发布提醒 表头 commitColumns: [ @@ -156,12 +172,19 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '邮件提醒', + title: '是否提醒', align: 'center', width: 200, dataIndex: 'remind_dictText', // scopedSlots: {customRender: 'text'} }, + { + title: '邮件提醒', + align: 'center', + width: 200, + dataIndex: 'mailRemind_dictText', + // scopedSlots: {customRender: 'text'} + }, ], // 理事会成员的表头 councilColumns: [ @@ -190,12 +213,19 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '邮件提醒', + title: '是否提醒', align: 'center', width: 200, dataIndex: 'remind_dictText', // scopedSlots: {customRender: 'text'} }, + { + title: '邮件提醒', + align: 'center', + width: 200, + dataIndex: 'mailRemind_dictText', + // scopedSlots: {customRender: 'text'} + }, ], model: {}, labelCol: {