refactor: 国际化

This commit is contained in:
wangjiahao
2021-12-30 15:58:37 +08:00
parent f20b58df80
commit 4d8bb2d7d5
13 changed files with 180 additions and 138 deletions

View File

@@ -7,6 +7,9 @@
:options="options"
:load-options="loadData"
style="width: 200px"
:noChildrenText="$t('commons.treeselect.no_children_text')"
:noOptionsText="$t('commons.treeselect.no_options_text')"
:noResultsText="$t('commons.treeselect.no_results_text')"
/>
</div>
</template>

View File

@@ -7,7 +7,7 @@
>
<el-row>
<el-form ref="form" size="mini" label-width="70px">
<el-form-item :label="$t('panel.is_enable')">
<el-form-item :label="$t('panel.enable_jump')">
<el-switch v-model="linkInfo.enable" size="mini" />
<span v-show="linkInfo.enable" style="color: #909399; font-size: 8px;margin-left: 3px">
Tips:{{ $t('panel.link_open_tips') }}