From 020409f9db578fc17e27804efac199e502ab66c6 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 27 Sep 2021 10:59:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=98=AF=E5=90=A6=E6=8F=90?= =?UTF-8?q?=E9=86=92=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectManagement/modules/PublishRemindModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'} }, ],