feat: 添加导出html的i18n的数据

This commit is contained in:
zhangyu
2022-05-06 10:50:17 +08:00
parent fe8e9a1914
commit 1b444444f6
13 changed files with 75 additions and 35 deletions

View File

@@ -32,7 +32,7 @@
{{chartInfo.name}}
<span v-show="chartInfo.param.collapse" class="collapse-content">({{chartData ? chartData.length : 0}} charts)</span>
</div>
<div class="chart-header__tools" v-if="chartInfo.type !== 'endpointInfo' && chartInfo.type !== 'assetInfo'">
<div class="chart-header__tools" v-if="chartInfo.type !== 'endpointInfo' && chartInfo.type !== 'assetInfo' && !isExportHtml">
<span v-if="chartInfo.param.link" class="chart-header__tool" @click="openUrl">
<i class="nz-icon nz-icon-more-app tool__icon"></i>
</span>