From 9ea3934d21b5ba1d4e79763ea428cd82a1e5c199 Mon Sep 17 00:00:00 2001 From: danshihao Date: Tue, 17 Oct 2023 14:09:45 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86?= =?UTF-8?q?-=E6=A8=A1=E6=9D=BF=E7=B1=BB=E5=9E=8B=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/message/SysMessageTemplateList.vue | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/src/views/modules/message/SysMessageTemplateList.vue b/src/views/modules/message/SysMessageTemplateList.vue index 2e76da9e..ddda4956 100644 --- a/src/views/modules/message/SysMessageTemplateList.vue +++ b/src/views/modules/message/SysMessageTemplateList.vue @@ -167,21 +167,7 @@ export default { { title: '模板类型', align: 'center', - dataIndex: 'templateType', - customRender: function (text) { - if ((text + '') === '1') { - return '短信' - } - if ((text + '') === '2') { - return '邮件' - } - if ((text + '') === '3') { - return '微信' - } - if ((text + '') === '4') { - return '系统' - } - } + dataIndex: 'templateType_dictText' }, { title: '操作',