From 7332f26f7c5dea12f7f49e57a660c8cd818b469c Mon Sep 17 00:00:00 2001 From: lijiarao Date: Wed, 16 Aug 2023 17:11:38 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=9A=E8=AE=AE=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E6=8F=90=E9=86=92=E5=8C=BA=E5=88=86=E6=8F=90=E9=86=92=E5=92=8C?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E6=8F=90=E9=86=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/PublishRemindModal.vue | 44 ++++++++++++++++--- 1 file changed, 37 insertions(+), 7 deletions(-) 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: {