mirror of
https://github.com/dataease/dataease.git
synced 2026-05-18 09:48:10 +08:00
refactor: 国际化
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user