From 12a80014a0b760937166b5c180fa3d12ebde2069 Mon Sep 17 00:00:00 2001 From: yangzhq68909 <993367776@qq.com> Date: Fri, 30 May 2025 16:31:08 +0800 Subject: [PATCH] =?UTF-8?q?1.=E7=99=BB=E5=BD=95=E9=A1=B5=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=202.=E6=B5=81=E7=A8=8B=E5=9B=BE=E6=98=BE=E7=A4=BA=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-process/taskHandle.vue | 55 +++++++++++++------------------- src/pages/login/login.vue | 7 ++-- 2 files changed, 28 insertions(+), 34 deletions(-) diff --git a/src/pages-process/taskHandle.vue b/src/pages-process/taskHandle.vue index 4991c86..a0ef399 100644 --- a/src/pages-process/taskHandle.vue +++ b/src/pages-process/taskHandle.vue @@ -20,13 +20,15 @@ - 流程图 - + 流程图 + + + + + + @@ -90,16 +92,13 @@ const appStore = useAppStore(); const tab = ref(0) const completedNum = ref(0); - - - const handleClickLeft = () => { - uni.navigateBack() - } - - const showNodeInfo = (data, taskId) => { - // this.$refs.nodeInfoModel.close(); - // this.$refs.nodeInfoModel.showInfo(data,taskId); - } + const popup = ref(false) + const showFullScreen = () => { + popup.value = true + }; + const hideFullScreen = () => { + popup.value = false + }; onLoad((options) => { type.value = ''; @@ -163,7 +162,6 @@ } }) }) - }) const imgPath = computed(() => { @@ -176,23 +174,16 @@ \ No newline at end of file