From ac9d0e38e752da3bfd68b67cbab597c14eefc5c3 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Tue, 7 Jan 2020 15:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9F=AD=E4=BF=A1=E7=AE=A1=E7=90=86=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 4 ++ .../message/smstemplate-add-or-update.vue | 38 ++++++++++--------- src/views/modules/message/smstemplate.vue | 9 +++-- 3 files changed, 30 insertions(+), 21 deletions(-) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 08f74ccf..e64b1d66 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -212,6 +212,10 @@ t.sms.qcloudSignName = '短信签名' t.sms.qcloudTemplateId = '短信模板' t.sms.qcloudTemplateIdTips = '短信模板ID' +t.smstemplate = {} +t.smstemplate.add = '新增模板' +t.smstemplate.update = '修改模板' + t.oss = {} t.oss.config = '云存储配置' t.oss.upload = '上传文件' diff --git a/src/views/modules/message/smstemplate-add-or-update.vue b/src/views/modules/message/smstemplate-add-or-update.vue index b7959133..d0f22b93 100644 --- a/src/views/modules/message/smstemplate-add-or-update.vue +++ b/src/views/modules/message/smstemplate-add-or-update.vue @@ -1,20 +1,20 @@