mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
refactor(国际化): 将BackgroundOverallCommon中的硬编码文本替换为国际化翻译键 (#17050)
This commit is contained in:
@@ -218,7 +218,7 @@
|
||||
class="image-hint"
|
||||
:class="`image-hint_${themes}`"
|
||||
>
|
||||
支持JPG、PNG、GIF、SVG
|
||||
{{ t('visualization.panel_background_image_tips') }}
|
||||
</span>
|
||||
|
||||
<el-button
|
||||
@@ -229,7 +229,7 @@
|
||||
@click="goFile"
|
||||
:disabled="!state.commonBackground.backgroundImageEnable"
|
||||
>
|
||||
重新上传
|
||||
{{ t('visualization.reUpload') }}
|
||||
</el-button>
|
||||
</el-row>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user