From 8a32b683af26515f5e72b265f028c3f26782ccd9 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Mon, 22 Apr 2024 16:15:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=BF=AB=E6=8D=B7=E9=94=AE=E5=BC=B9?= =?UTF-8?q?=E7=AD=90=E6=95=88=E6=9E=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Header/ShortcutModal.vue | 41 ++++++++++--------- src/views/worksheet/content/Content.vue | 3 ++ 2 files changed, 25 insertions(+), 19 deletions(-) diff --git a/src/layout/components/Header/ShortcutModal.vue b/src/layout/components/Header/ShortcutModal.vue index 05bb802..a726f9f 100644 --- a/src/layout/components/Header/ShortcutModal.vue +++ b/src/layout/components/Header/ShortcutModal.vue @@ -65,7 +65,7 @@ defineExpose({ 全局快捷方式
- +
@@ -95,7 +95,7 @@ defineExpose({
进入“一键查看”主页打开可疑文件夹
- +
@@ -123,38 +123,41 @@ defineExpose({ 任务审批/任务终审/AI工单明细动作
-
隐藏/显示当前场景左侧筛选区
+
- - + + + - - +
-
-
通过
关闭(关闭当前场景弹窗)
-
+
+
+ / +
不通过打开上一条/下一条信息切换
- +
- - + + - - +
关闭(关闭当前场景弹窗) +
+
通过
-
- / -
+
+
打开上一条/下一条信息切换不通过
- +
diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index 16c386b..5fa27f4 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -202,6 +202,9 @@ const fullscreenStyles = computed(() => ({ // 切换全屏状态 function toggleFullScreen() { isFullScreen.value = !isFullScreen.value + if(!isFullScreen.value){ + imgbigshow.value=true + } } onUpdated(() => {