From bc2c77ff345f39104228dd355384b0b337aed0c7 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 26 Aug 2024 20:18:21 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E8=8C=83=E5=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/ApprovalDetail.vue | 7 ++- .../DetailComponent/FileComponent.vue | 15 ++++++- src/components/steps/index.vue | 45 ++++++++++++++++--- src/views/workflow/common/OperationRender.vue | 36 ++------------- 4 files changed, 62 insertions(+), 41 deletions(-) diff --git a/src/components/DetailComponent/ApprovalDetail.vue b/src/components/DetailComponent/ApprovalDetail.vue index f902ce1..71eebe7 100644 --- a/src/components/DetailComponent/ApprovalDetail.vue +++ b/src/components/DetailComponent/ApprovalDetail.vue @@ -30,7 +30,7 @@ - @@ -164,6 +164,11 @@ const props = defineProps({ type: Boolean, default: false }, + //是否开始打印 + isOpenPrint: { + type: Boolean, + default: false + }, value: { type: String, default: '' diff --git a/src/components/DetailComponent/FileComponent.vue b/src/components/DetailComponent/FileComponent.vue index 1ae961f..14b5e32 100644 --- a/src/components/DetailComponent/FileComponent.vue +++ b/src/components/DetailComponent/FileComponent.vue @@ -2,7 +2,8 @@ - +