From c99ee1edfdf9ed839d20bf805afc1e2c1c1523d7 Mon Sep 17 00:00:00 2001 From: zhangyuan Date: Thu, 9 Jun 2022 14:05:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AF=BC=E5=87=BA=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/zh-CN.js | 2 +- src/views/modules/personroom/epidemicbuildingunit.vue | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 5c4a854..79f07ea 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -396,6 +396,6 @@ t.user.gender2 = '保密' t.user.roleIdList = '角色配置' t.user.validate = {} t.user.validate.comfirmPassword = '确认密码与密码输入不一致' - +t.exportTemplate = '下载导入模板' t.exportTemplate1 = '批量导入模板' export default t diff --git a/src/views/modules/personroom/epidemicbuildingunit.vue b/src/views/modules/personroom/epidemicbuildingunit.vue index c0c9fa1..48c7a4f 100644 --- a/src/views/modules/personroom/epidemicbuildingunit.vue +++ b/src/views/modules/personroom/epidemicbuildingunit.vue @@ -29,6 +29,14 @@ {{ $t('deleteBatch') }} + + + {{ $t('exportTemplate') }} + +