diff --git a/healthlink-his-ui/src/views/basicmanage/bodyStructure/index.vue b/healthlink-his-ui/src/views/basicmanage/bodyStructure/index.vue
index 33591980d..0bbcf20a9 100755
--- a/healthlink-his-ui/src/views/basicmanage/bodyStructure/index.vue
+++ b/healthlink-his-ui/src/views/basicmanage/bodyStructure/index.vue
@@ -11,12 +11,12 @@
icon="Plus"
@click="handleAdd"
>
- 新增
+ {{ $t('common.add') }}
@@ -27,7 +27,7 @@
:disabled="selectRowIds.length == 0"
@click="handleDelete"
>
- 删除
+ {{ $t('common.delete') }}
@@ -38,7 +38,7 @@
icon="Download"
@click="handleExport"
>
- 导出
+ {{ $t('common.export') }}
@@ -48,7 +48,7 @@
icon="Refresh"
@click="getPageList"
>
- 刷新
+ {{ $t('common.refresh') }}
@@ -97,7 +97,7 @@
type="primary"
@click="handelEdit(scope.row)"
>
- 编辑
+ {{ $t('common.edit') }}
- 停用
+ {{ $t('common.disabled') }}
- 启用
+ {{ $t('common.enabled') }}
- 添加下级
+ {{ $t('basic.bodyStructure.addChild') }}
@@ -148,32 +148,32 @@
>
- 确 定
+ {{ $t('common.confirm') }}
- 取 消
+ {{ $t('common.cancel') }}
@@ -206,6 +206,7 @@