From cb74ffed06db67b6343976fb859116bfc2bbd41c Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Fri, 28 Jul 2023 16:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix-bug=E3=80=91-=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E6=8F=90=E9=86=92=20=E5=AD=97=E6=AE=B5=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=88=90=20=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 --- src/views/projectManagement/modules/PublishRemindModal.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/projectManagement/modules/PublishRemindModal.vue b/src/views/projectManagement/modules/PublishRemindModal.vue index 8c84729..5a4d60d 100644 --- a/src/views/projectManagement/modules/PublishRemindModal.vue +++ b/src/views/projectManagement/modules/PublishRemindModal.vue @@ -122,7 +122,7 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '是否提醒', + title: '邮件提醒', align: 'center', width: 200, dataIndex: 'remind_dictText', @@ -156,7 +156,7 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '是否提醒', + title: '邮件提醒', align: 'center', width: 200, dataIndex: 'remind_dictText', @@ -190,7 +190,7 @@ export default { scopedSlots: {customRender: 'text'} }, { - title: '是否提醒', + title: '邮件提醒', align: 'center', width: 200, dataIndex: 'remind_dictText',