Merge pull request #7682 from dataease/pr@dev@refactor_public_link
refactor(仪表板): 公共链接移动端显示去掉全屏按钮
This commit is contained in:
commit
b8c6bdef23
@ -30,7 +30,7 @@
|
|||||||
class="icon iconfont icon-quxiaoliandong"
|
class="icon iconfont icon-quxiaoliandong"
|
||||||
/>{{ $t('panel.remove_all_linkage') }}111</el-button>
|
/>{{ $t('panel.remove_all_linkage') }}111</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-if="downloadPdfShow"
|
v-if="isPcTerminal"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="exportPDF"
|
@click="exportPDF"
|
||||||
>
|
>
|
||||||
@ -40,6 +40,7 @@
|
|||||||
/>{{ $t('panel.down') }}</span></el-button>
|
/>{{ $t('panel.down') }}</span></el-button>
|
||||||
<el-button
|
<el-button
|
||||||
id="fullscreenElement"
|
id="fullscreenElement"
|
||||||
|
v-if="isPcTerminal"
|
||||||
size="mini"
|
size="mini"
|
||||||
@click="toggleFullscreen"
|
@click="toggleFullscreen"
|
||||||
>
|
>
|
||||||
@ -104,7 +105,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
downloadPdfShow() {
|
isPcTerminal() {
|
||||||
return this.terminal === 'PC'
|
return this.terminal === 'PC'
|
||||||
},
|
},
|
||||||
functionClass() {
|
functionClass() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user