diff --git a/packages/common/component/BindI18n.vue b/packages/common/component/BindI18n.vue index c0f99ce0e..eeb003de6 100644 --- a/packages/common/component/BindI18n.vue +++ b/packages/common/component/BindI18n.vue @@ -4,31 +4,29 @@ - -
- {{ item.key }} - {{ item[currentLang] }} -
+
- +
国际化参数配置
- - - 创建新的多语言文案 - - 解除关联 +
+ 解除关联 + + 创建新的多语言文案 + +
@@ -43,9 +41,9 @@
-
- 国际化管理 - 添加并关联 +
+ 国际化管理 + 添加并关联
@@ -57,15 +55,13 @@ import { useLayout, useTranslate } from '@opentiny/tiny-engine-meta-register' import { PROP_DATA_TYPE } from '../js/constants' import { utils } from '@opentiny/tiny-engine-utils' import { Select, Option, Button, Input } from '@opentiny/vue' -import { iconPlus } from '@opentiny/vue-icon' export default { components: { TinySelect: Select, TinyOption: Option, TinyButton: Button, - TinyInput: Input, - IconPlus: iconPlus() + TinyInput: Input }, inheritAttrs: false, props: { @@ -169,10 +165,7 @@ export default { diff --git a/packages/common/component/I18nInput.vue b/packages/common/component/I18nInput.vue index 076fe34fb..a155923a1 100644 --- a/packages/common/component/I18nInput.vue +++ b/packages/common/component/I18nInput.vue @@ -4,13 +4,14 @@