From d66c0d7eff180eae94409631e6501975146175ea Mon Sep 17 00:00:00 2001
From: wangjiahao <1522128093@qq.com>
Date: Thu, 18 Jan 2024 09:56:26 +0800
Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?=
=?UTF-8?q?=E5=85=AC=E5=85=B1=E9=93=BE=E6=8E=A5=E7=A7=BB=E5=8A=A8=E7=AB=AF?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=8E=BB=E6=8E=89=E5=85=A8=E5=B1=8F=E6=8C=89?=
=?UTF-8?q?=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/components/canvas/components/editor/CanvasOptBar.vue | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue b/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
index a07886fcd5..ebdd880f0d 100644
--- a/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
+++ b/core/frontend/src/components/canvas/components/editor/CanvasOptBar.vue
@@ -30,7 +30,7 @@
class="icon iconfont icon-quxiaoliandong"
/>{{ $t('panel.remove_all_linkage') }}111
@@ -40,6 +40,7 @@
/>{{ $t('panel.down') }}
@@ -104,7 +105,7 @@ export default {
}
},
computed: {
- downloadPdfShow() {
+ isPcTerminal() {
return this.terminal === 'PC'
},
functionClass() {