perf(公共链接): 交互区域国际化

This commit is contained in:
fit2cloud-chenyw 2022-11-17 16:17:00 +08:00
parent 1be57a2f1c
commit dad89d4dd2
4 changed files with 4 additions and 10 deletions

View File

@ -22,19 +22,10 @@
<el-button
size="mini"
@click="exportPDF"
><i class="icon iconfont el-icon-download" />下载</el-button>
><i class="icon iconfont el-icon-download" />{{ $t('panel.down') }}</el-button>
</el-button-group>
</div>
<!-- <div
v-show="isPublicLink && !isNewBlank"
class="bar-main-left"
>
<el-button
size="mini"
@click="back2Last"
><i class="icon iconfont el-icon-back" />{{ $t('chart.back') }}</el-button>
</div> -->
<div
v-else-if="existLinkage"
class="bar-main-right"

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: 'Confirm'
},
panel: {
down: 'Down',
board: 'Border',
text: 'Text',
board_background: 'Background',

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: '確定'
},
panel: {
down: '下載',
board: '邊框',
text: '文字',
board_background: '背景',

View File

@ -1865,6 +1865,7 @@ export default {
sure_bt: '确定'
},
panel: {
down: '下载',
board: '边框',
text: '文字',
board_background: '背景',